_KERNEL & cannot use unistd.h
authorderaadt <deraadt@openbsd.org>
Sun, 28 Apr 1996 10:57:44 +0000 (10:57 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 28 Apr 1996 10:57:44 +0000 (10:57 +0000)
sys/arch/mvme68k/mvme68k/genassym.c

index 328f986..837b800 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: genassym.c,v 1.2 1995/11/07 08:50:18 deraadt Exp $ */
+/*     $OpenBSD: genassym.c,v 1.3 1996/04/28 10:57:44 deraadt Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
@@ -68,8 +68,6 @@
 #define _VA_LIST_ _BSD_VA_LIST_
 #define _PTRDIFF_T_ _BSD_PTRDIFF_T_
 
-#define _KERNEL
-
 #include <sys/param.h>
 #include <sys/buf.h>
 #include <sys/map.h>
@@ -93,7 +91,6 @@
 #include <stdio.h>
 #include <stddef.h>
 #include <string.h>
-#include <unistd.h>
 
 extern int errno;