]> Zhao Yanbai Git Server - minix.git/commitdiff
I forgot to enter this file so my disembodied ghost is committing it
authorJorrit Herder <jnherder@minix3.org>
Thu, 20 Oct 2005 21:30:36 +0000 (21:30 +0000)
committerJorrit Herder <jnherder@minix3.org>
Thu, 20 Oct 2005 21:30:36 +0000 (21:30 +0000)
through the body of ben.

servers/is/inc.h [new file with mode: 0644]

diff --git a/servers/is/inc.h b/servers/is/inc.h
new file mode 100644 (file)
index 0000000..88db7e9
--- /dev/null
@@ -0,0 +1,33 @@
+/* Header file for the system information server. 
+ *
+ * Created:
+ *    Jul 13, 2004     by Jorrit N. Herder 
+ */
+
+#define _SYSTEM            1    /* get OK and negative error codes */
+#define _MINIX             1   /* tell headers to include MINIX stuff */
+
+#include <ansi.h>
+#include <sys/types.h>
+#include <limits.h>
+#include <errno.h>
+
+#include <minix/callnr.h>
+#include <minix/config.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"
+#include "glo.h"
+