2 #define _SYSTEM 1 /* get OK and negative error codes */
3 #define _MINIX 1 /* tell headers to include MINIX stuff */
5 #define VERBOSE 0 /* display diagnostics */
8 #include <sys/ioc_net.h>
10 #include <net/ioctl.h>
13 #include <sys/types.h>
14 #include <sys/param.h>
15 #include <sys/select.h>
16 #include <sys/socket.h>
23 #include <minix/callnr.h>
24 #include <minix/config.h>
25 #include <minix/dmap.h>
26 #include <minix/type.h>
27 #include <minix/const.h>
28 #include <minix/com.h>
29 #include <minix/syslib.h>
30 #include <minix/sysutil.h>
31 #include <minix/keymap.h>
32 #include <minix/bitmap.h>