repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
tests
/
usr.bin
/
xlint
/
lint1
/
d_cast_init2.c
blob
9597d3580397fe2538ef8b163e6b429e73960a7a
1
/* cast initialization as the rhs of a - operand */
2
struct
sockaddr_dl
{
3
char
sdl_data
[
2
];
4
};
5
6
int
npdl_datasize
=
sizeof
(
struct
sockaddr_dl
) -
7
((
int
) ((
unsigned long
)&((
struct
sockaddr_dl
*)
0
)->
sdl_data
[
0
]));