summaryrefslogtreecommitdiffstats
path: root/sys/gnu/isdn/iispy.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-06 23:44:23 +0000
committerbde <bde@FreeBSD.org>1995-12-06 23:44:23 +0000
commit369f41ad46df402995bdb9d0f3e2bf0534b3c81d (patch)
treee3036059bd6d58e16e7f515e25e247da3960b4d1 /sys/gnu/isdn/iispy.c
parent63875293f27fe7fb41a40c649091ea2d9a17d96b (diff)
downloadFreeBSD-src-369f41ad46df402995bdb9d0f3e2bf0534b3c81d.zip
FreeBSD-src-369f41ad46df402995bdb9d0f3e2bf0534b3c81d.tar.gz
Removed unnecessary #includes of <sys/user.h>. Some of these were just
to get the definitions of TRUE and FALSE which happen to be defined in a deeply nested include. Added nearby #includes of <sys/conf.h> where appropriate.
Diffstat (limited to 'sys/gnu/isdn/iispy.c')
-rw-r--r--sys/gnu/isdn/iispy.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/gnu/isdn/iispy.c b/sys/gnu/isdn/iispy.c
index 2e49804..e708d4d 100644
--- a/sys/gnu/isdn/iispy.c
+++ b/sys/gnu/isdn/iispy.c
@@ -1,6 +1,6 @@
-static char _ispyid[] = "@(#)$Id: iispy.c,v 1.5 1995/11/29 10:47:07 julian Exp $";
+static char _ispyid[] = "@(#)$Id: iispy.c,v 1.6 1995/11/29 14:39:10 julian Exp $";
/*******************************************************************************
- * II - Version 0.1 $Revision: 1.5 $ $State: Exp $
+ * II - Version 0.1 $Revision: 1.6 $ $State: Exp $
*
* Copyright 1994 Dietmar Friede
*******************************************************************************
@@ -10,6 +10,10 @@ static char _ispyid[] = "@(#)$Id: iispy.c,v 1.5 1995/11/29 10:47:07 julian E
*
*******************************************************************************
* $Log: iispy.c,v $
+ * Revision 1.6 1995/11/29 14:39:10 julian
+ * If you're going to mechanically replicate something in 50 files
+ * it's best to not have a (compiles cleanly) typo in it! (sigh)
+ *
* Revision 1.5 1995/11/29 10:47:07 julian
* OK, that's it..
* That's EVERY SINGLE driver that has an entry in conf.c..
@@ -46,10 +50,10 @@ static char _ispyid[] = "@(#)$Id: iispy.c,v 1.5 1995/11/29 10:47:07 julian E
#include "param.h"
#include "buf.h"
#include "systm.h"
+#include "conf.h"
#include "ioctl.h"
#include "tty.h"
#include "proc.h"
-#include "user.h"
#include "uio.h"
#include <sys/kernel.h>
/*#include "malloc.h"*/
OpenPOWER on IntegriCloud