blob: 28335653402ad8d04f20a4c3a079085133875648 (
plain)
1
2
3
4
5
6
7
8
|
/*
* This seems the best way to handle this. sys/socket.h already has
* all the right bits in it. In fact there isn't a single useful thing
* in the BSD net-2 sys/socketvar.h anyway but people persist in including
* it...
* Alan
*/
#include <sys/socket.h>
|