Newer
Older
UbixOS / contrib / netbsd-tests / usr.bin / xlint / lint1 / d_cast_init2.c
@Charlie Root Charlie Root on 31 Dec 2017 224 bytes More Cleanup
/* cast initialization as the rhs of a - operand */
struct sockaddr_dl {
	char sdl_data[2];
};

int             npdl_datasize = sizeof(struct sockaddr_dl) -
((int) ((unsigned long)&((struct sockaddr_dl *) 0)->sdl_data[0]));