artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33c1a00
)
_KERNEL & cannot use unistd.h
author
deraadt
<deraadt@openbsd.org>
Sun, 28 Apr 1996 10:57:44 +0000
(10:57 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sun, 28 Apr 1996 10:57:44 +0000
(10:57 +0000)
sys/arch/mvme68k/mvme68k/genassym.c
patch
|
blob
|
history
diff --git
a/sys/arch/mvme68k/mvme68k/genassym.c
b/sys/arch/mvme68k/mvme68k/genassym.c
index
328f986
..
837b800
100644
(file)
--- 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;