Remove building with NOCRYPTO option
[minix.git] / tests / usr.bin / xlint / lint1 / d_cast_init2.c
blob9597d3580397fe2538ef8b163e6b429e73960a7a
1 /* cast initialization as the rhs of a - operand */
2 struct sockaddr_dl {
3 char sdl_data[2];
4 };
6 int npdl_datasize = sizeof(struct sockaddr_dl) -
7 ((int) ((unsigned long)&((struct sockaddr_dl *) 0)->sdl_data[0]));