socketvar.h 263 B

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