blob: 9597d3580397fe2538ef8b163e6b429e73960a7a (
plain)
1
2
3
4
5
6
7
|
/* 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]));
|