summaryrefslogtreecommitdiff
path: root/sys/kern/subr_log.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-10-28 15:59:26 +0000
committerBruce Evans <bde@FreeBSD.org>1997-10-28 15:59:26 +0000
commit55b211e3af2a3fd1e1a04e5c4e2f005d5d4a9af2 (patch)
tree40c7d40a52f2c032e0e2633ac1a1ebd7bb26f676 /sys/kern/subr_log.c
parent734091be671b5ef2d73da392369d73cb3fcc3d9c (diff)
Notes
Diffstat (limited to 'sys/kern/subr_log.c')
-rw-r--r--sys/kern/subr_log.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/subr_log.c b/sys/kern/subr_log.c
index 490c6021b55c..1faa3fce2106 100644
--- a/sys/kern/subr_log.c
+++ b/sys/kern/subr_log.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)subr_log.c 8.1 (Berkeley) 6/10/93
- * $Id: subr_log.c,v 1.23 1997/09/14 02:46:44 peter Exp $
+ * $Id: subr_log.c,v 1.24 1997/09/16 11:43:30 bde Exp $
*/
/*
@@ -46,7 +46,6 @@
#include <sys/filio.h>
#include <sys/ttycom.h>
#include <sys/msgbuf.h>
-#include <sys/fcntl.h>
#include <sys/signalvar.h>
#include <sys/kernel.h>
#include <sys/poll.h>