summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-04-28 10:57:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-04-28 10:57:45 +0000
commit04aea772c5df01ef8c06fa109406f041fd013756 (patch)
tree282e7367fa8ce11482356c88816a189e0cbf6bce
parentaefd519b5c0cc06f08153f482884354ddae742e0 (diff)
_KERNEL & cannot use unistd.h
-rw-r--r--sys/arch/mvme68k/mvme68k/genassym.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/mvme68k/mvme68k/genassym.c b/sys/arch/mvme68k/mvme68k/genassym.c
index 328f986cde6..837b800ce58 100644
--- a/sys/arch/mvme68k/mvme68k/genassym.c
+++ b/sys/arch/mvme68k/mvme68k/genassym.c
@@ -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;