. sysenv.c and umount.c need <minix/type.h> now
#!/bin/sh
-CC=cc /bin/sh ./configure --prefix=/usr/local && make all
+CC=cc /bin/sh ./configure --prefix=/usr && make all
if [ "$1" != build ]
then make install
fi
* 23 Dec 2000
*/
#define nil ((void*)0)
+#include <minix/type.h>
#include <sys/types.h>
#include <sys/svrctl.h>
#include <stdarg.h>
#define _MINIX 1 /* for proto of the non-POSIX umount() */
#define _POSIX_SOURCE 1 /* for PATH_MAX from limits.h */
+#include <minix/type.h>
#include <sys/types.h>
#include <sys/svrctl.h>
#include <fcntl.h>