Don't use .Xo/.Xc. Fix date format.
[netbsd-mini2440.git] / regress / usr.bin / xlint / lint1 / test4.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]));