2009-10-01 16:00:27 +02:00
|
|
|
|
2013-02-25 12:43:15 +01:00
|
|
|
#define _SYSTEM 1 /* get OK and negative error codes */
|
2009-10-01 16:00:27 +02:00
|
|
|
|
2013-02-25 12:43:15 +01:00
|
|
|
#define VERBOSE 0 /* display diagnostics */
|
2009-10-01 16:00:27 +02:00
|
|
|
|
|
|
|
#include <sys/types.h>
|
2013-04-18 11:08:16 +02:00
|
|
|
#include <lib.h>
|
2009-10-01 16:00:27 +02:00
|
|
|
#include <limits.h>
|
|
|
|
#include <errno.h>
|
|
|
|
#include <signal.h>
|
|
|
|
#include <unistd.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>
|
2010-08-21 15:10:41 +02:00
|
|
|
#include <sys/param.h>
|
2009-10-01 16:00:27 +02:00
|
|
|
|
|
|
|
#include "proto.h"
|
|
|
|
#include "super.h"
|
|
|
|
#include "glo.h"
|