From: deraadt Date: Sun, 28 Apr 1996 10:57:44 +0000 (+0000) Subject: _KERNEL & cannot use unistd.h X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1ce6c74a0fb772f6d99d093d4459b375a99e2298;p=openbsd _KERNEL & cannot use unistd.h --- 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 #include #include @@ -93,7 +91,6 @@ #include #include #include -#include extern int errno;