clean for kernel and userland
authorderaadt <deraadt@openbsd.org>
Sat, 31 Aug 1996 18:01:02 +0000 (18:01 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 31 Aug 1996 18:01:02 +0000 (18:01 +0000)
sys/dev/pcmcia/pcmcia_conf.c

index f5f614d..754ae66 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: pcmcia_conf.c,v 1.3 1996/05/03 07:59:41 deraadt Exp $      */
+/*     $Id: pcmcia_conf.c,v 1.4 1996/08/31 18:01:02 deraadt Exp $      */
 /*
  * Copyright (c) 1996 John T. Kohl.  All rights reserved.
  * Copyright (c) 1994 Stefan Grefen.  All rights reserved.
  * This file is shared between user and kernel space, so be careful with the
  * coding conventions.
  */
+#ifdef _KERNEL
+#include <sys/errno.h>
+#else
 #include <errno.h>
+#endif
 #include <sys/types.h>
 #include <sys/file.h>
 #include <sys/ioctl.h>