. flex moved back into the base system, so prefix is /usr
. sysenv.c and umount.c need <minix/type.h> now
This commit is contained in:
parent
296a0fb33d
commit
9be69be836
@ -1,5 +1,5 @@
|
||||
#!/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
|
||||
|
@ -2,6 +2,7 @@
|
||||
* 23 Dec 2000
|
||||
*/
|
||||
#define nil ((void*)0)
|
||||
#include <minix/type.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/svrctl.h>
|
||||
#include <stdarg.h>
|
||||
|
@ -3,6 +3,7 @@
|
||||
#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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user