Revert back all the way to 1.11 - the problem was that Makefile.alpha was
out of sync.
This commit is contained in:
parent
b8e88750ca
commit
60cca837b4
@ -53,7 +53,9 @@
|
||||
#include <vm/vm_param.h>
|
||||
#include <vm/pmap.h>
|
||||
#include <vm/vm_map.h>
|
||||
#define _KERNEL /* Avoid userland compatability headers */
|
||||
#include <sys/user.h>
|
||||
#undef _KERNEL
|
||||
#include <net/if.h>
|
||||
#include <netinet/in.h>
|
||||
#include <nfs/nfsv2.h>
|
||||
@ -62,6 +64,7 @@
|
||||
#include <nfs/nfsdiskless.h>
|
||||
|
||||
int main __P((void));
|
||||
int printf __P((const char *, ...));
|
||||
|
||||
#define BIG(val) ((val) > 999LL || (val) < -999LL)
|
||||
|
||||
|
@ -53,7 +53,9 @@
|
||||
#include <vm/vm_param.h>
|
||||
#include <vm/pmap.h>
|
||||
#include <vm/vm_map.h>
|
||||
#define _KERNEL /* Avoid userland compatability headers */
|
||||
#include <sys/user.h>
|
||||
#undef _KERNEL
|
||||
#include <net/if.h>
|
||||
#include <netinet/in.h>
|
||||
#include <nfs/nfsv2.h>
|
||||
@ -62,6 +64,7 @@
|
||||
#include <nfs/nfsdiskless.h>
|
||||
|
||||
int main __P((void));
|
||||
int printf __P((const char *, ...));
|
||||
|
||||
#define BIG(val) ((val) > 999LL || (val) < -999LL)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user