. 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
|
#!/bin/sh
|
||||||
CC=cc /bin/sh ./configure --prefix=/usr/local && make all
|
CC=cc /bin/sh ./configure --prefix=/usr && make all
|
||||||
if [ "$1" != build ]
|
if [ "$1" != build ]
|
||||||
then make install
|
then make install
|
||||||
fi
|
fi
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
* 23 Dec 2000
|
* 23 Dec 2000
|
||||||
*/
|
*/
|
||||||
#define nil ((void*)0)
|
#define nil ((void*)0)
|
||||||
|
#include <minix/type.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/svrctl.h>
|
#include <sys/svrctl.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
#define _MINIX 1 /* for proto of the non-POSIX umount() */
|
#define _MINIX 1 /* for proto of the non-POSIX umount() */
|
||||||
#define _POSIX_SOURCE 1 /* for PATH_MAX from limits.h */
|
#define _POSIX_SOURCE 1 /* for PATH_MAX from limits.h */
|
||||||
|
|
||||||
|
#include <minix/type.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/svrctl.h>
|
#include <sys/svrctl.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user