From: Jorrit Herder Date: Thu, 20 Oct 2005 21:30:36 +0000 (+0000) Subject: I forgot to enter this file so my disembodied ghost is committing it X-Git-Tag: v3.1.2a~582 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch10.html?a=commitdiff_plain;h=d4e111c05dbbd2b1f32703c6afa8fee347d775f6;p=minix.git I forgot to enter this file so my disembodied ghost is committing it through the body of ben. --- diff --git a/servers/is/inc.h b/servers/is/inc.h new file mode 100644 index 000000000..88db7e9ec --- /dev/null +++ b/servers/is/inc.h @@ -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 +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#include + +#include "proto.h" +#include "glo.h" +