/servers/pfs/inc.h
http://www.minix3.org/ · C Header · 40 lines · 33 code · 7 blank · 0 comment · 0 complexity · d40debcb12e2d17215003802dc11c13c MD5 · raw file
- #define _SYSTEM 1 /* get OK and negative error codes */
- #define _MINIX 1 /* tell headers to include MINIX stuff */
- #define VERBOSE 0 /* display diagnostics */
- #ifdef __NBSD_LIBC
- #include <sys/ioc_net.h>
- #else
- #include <net/ioctl.h>
- #endif
- #include <sys/types.h>
- #include <sys/param.h>
- #include <sys/select.h>
- #include <sys/socket.h>
- #include <sys/stat.h>
- #include <limits.h>
- #include <errno.h>
- #include <signal.h>
- #include <unistd.h>
- #include <minix/callnr.h>
- #include <minix/config.h>
- #include <minix/dmap.h>
- #include <minix/type.h>
- #include <minix/const.h>
- #include <minix/com.h>
- #include <minix/syslib.h>
- #include <minix/sysutil.h>
- #include <minix/keymap.h>
- #include <minix/bitmap.h>
- #include <stdlib.h>
- #include <stdio.h>
- #include <string.h>
- #include <unistd.h>
- #include <signal.h>
- #include "proto.h"