Revert back to not using -DKERNEL

This commit is contained in:
Peter Wemm 1999-06-28 09:15:35 +00:00
parent 82fd77915f
commit ac1f1b4053
2 changed files with 6 additions and 2 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)genassym.c 5.11 (Berkeley) 5/10/91
* $Id: genassym.c,v 1.5 1999/02/28 10:53:28 bde Exp $
* $Id: genassym.c,v 1.6 1999/06/26 12:45:12 peter Exp $
*/
#include <sys/param.h>
@ -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>

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)genassym.c 5.11 (Berkeley) 5/10/91
* $Id: genassym.c,v 1.5 1999/02/28 10:53:28 bde Exp $
* $Id: genassym.c,v 1.6 1999/06/26 12:45:12 peter Exp $
*/
#include <sys/param.h>
@ -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>