repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't use .Xo/.Xc. Fix date format.
[netbsd-mini2440.git]
/
regress
/
usr.bin
/
xlint
/
lint1
/
test5.c
blob
037857c3b54a582345eda4d23c49c3b165f60f33
1
/* pointer casts are valid lhs lvalues */
2
3
void
4
foo
() {
5
unsigned long
p
=
6
;
6
((
struct
sockaddr
*)
p
) =
0
;
7
}