PageRenderTime 25ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/servers/pfs/inc.h

http://www.minix3.org/
C Header | 40 lines | 33 code | 7 blank | 0 comment | 0 complexity | d40debcb12e2d17215003802dc11c13c MD5 | raw file
Possible License(s): MIT, WTFPL, AGPL-1.0, BSD-3-Clause, GPL-3.0, LGPL-2.0, JSON, 0BSD
  1. #define _SYSTEM 1 /* get OK and negative error codes */
  2. #define _MINIX 1 /* tell headers to include MINIX stuff */
  3. #define VERBOSE 0 /* display diagnostics */
  4. #ifdef __NBSD_LIBC
  5. #include <sys/ioc_net.h>
  6. #else
  7. #include <net/ioctl.h>
  8. #endif
  9. #include <sys/types.h>
  10. #include <sys/param.h>
  11. #include <sys/select.h>
  12. #include <sys/socket.h>
  13. #include <sys/stat.h>
  14. #include <limits.h>
  15. #include <errno.h>
  16. #include <signal.h>
  17. #include <unistd.h>
  18. #include <minix/callnr.h>
  19. #include <minix/config.h>
  20. #include <minix/dmap.h>
  21. #include <minix/type.h>
  22. #include <minix/const.h>
  23. #include <minix/com.h>
  24. #include <minix/syslib.h>
  25. #include <minix/sysutil.h>
  26. #include <minix/keymap.h>
  27. #include <minix/bitmap.h>
  28. #include <stdlib.h>
  29. #include <stdio.h>
  30. #include <string.h>
  31. #include <unistd.h>
  32. #include <signal.h>
  33. #include "proto.h"