From 0d3591bdbd3a026b25e6400f8cc2717489321ee5 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 23 Mar 1997 03:37:54 +0000 Subject: Don't #include in if KERNEL is defined. Fixed everything that depended on getting fcntl.h stuff from the wrong place. Most things don't depend on file.h stuff at all. --- sys/dev/dgb/dgb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/dgb') diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c index af4fcc2..10f7728 100644 --- a/sys/dev/dgb/dgb.c +++ b/sys/dev/dgb/dgb.c @@ -1,5 +1,5 @@ /*- - * dgb.c $Id$ + * dgb.c $Id: dgb.c,v 1.23 1997/02/22 09:29:42 peter Exp $ * * Digiboard driver. * @@ -50,7 +50,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.1