Rev | Line | |
---|
[9] | 1 | /* Header file including all needed system headers. */
|
---|
| 2 |
|
---|
| 3 | #define _SYSTEM 1 /* get OK and negative error codes */
|
---|
| 4 | #define _MINIX 1 /* tell headers to include MINIX stuff */
|
---|
| 5 |
|
---|
| 6 | #include <ansi.h>
|
---|
| 7 | #include <sys/types.h>
|
---|
| 8 | #include <limits.h>
|
---|
| 9 | #include <errno.h>
|
---|
| 10 |
|
---|
| 11 | #include <minix/callnr.h>
|
---|
| 12 | #include <minix/config.h>
|
---|
| 13 | #include <minix/type.h>
|
---|
| 14 | #include <minix/const.h>
|
---|
| 15 | #include <minix/com.h>
|
---|
| 16 | #include <minix/syslib.h>
|
---|
| 17 | #include <minix/sysutil.h>
|
---|
| 18 | #include <minix/keymap.h>
|
---|
| 19 | #include <minix/bitmap.h>
|
---|
| 20 |
|
---|
| 21 | #include <stdlib.h>
|
---|
| 22 | #include <stdio.h>
|
---|
| 23 | #include <string.h>
|
---|
| 24 | #include <unistd.h>
|
---|
| 25 | #include <signal.h>
|
---|
| 26 |
|
---|
| 27 | #include "proto.h"
|
---|
| 28 | #include "glo.h"
|
---|
| 29 | #include "store.h"
|
---|
| 30 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.