summaryrefslogtreecommitdiffstats
path: root/sys/gnu/isdn/iispy.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1995-11-29 14:41:20 +0000
committerjulian <julian@FreeBSD.org>1995-11-29 14:41:20 +0000
commit198d88e0ae0e12a2ddafb80a60372116b0b1c0c6 (patch)
tree82e0b24f955f894892cc1c396f300233c0d0607a /sys/gnu/isdn/iispy.c
parent1758bf79ff52b23e5828e97e6ed62be161d761bf (diff)
downloadFreeBSD-src-198d88e0ae0e12a2ddafb80a60372116b0b1c0c6.zip
FreeBSD-src-198d88e0ae0e12a2ddafb80a60372116b0b1c0c6.tar.gz
If you're going to mechanically replicate something in 50 files
it's best to not have a (compiles cleanly) typo in it! (sigh)
Diffstat (limited to 'sys/gnu/isdn/iispy.c')
-rw-r--r--sys/gnu/isdn/iispy.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/sys/gnu/isdn/iispy.c b/sys/gnu/isdn/iispy.c
index 50a9a79..2e49804 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.4 1995/09/08 11:06:56 bde Exp $";
+static char _ispyid[] = "@(#)$Id: iispy.c,v 1.5 1995/11/29 10:47:07 julian Exp $";
/*******************************************************************************
- * II - Version 0.1 $Revision: 1.4 $ $State: Exp $
+ * II - Version 0.1 $Revision: 1.5 $ $State: Exp $
*
* Copyright 1994 Dietmar Friede
*******************************************************************************
@@ -10,6 +10,12 @@ static char _ispyid[] = "@(#)$Id: iispy.c,v 1.4 1995/09/08 11:06:56 bde Exp
*
*******************************************************************************
* $Log: iispy.c,v $
+ * 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..
+ * my next trick will be to define cdevsw[] and bdevsw[]
+ * as empty arrays and remove all those DAMNED defines as well..
+ *
* Revision 1.4 1995/09/08 11:06:56 bde
* Fix benign type mismatches in devsw functions. 82 out of 299 devsw
* functions were wrong.
@@ -216,8 +222,8 @@ static void ispy_drvinit(void *unused)
/* path name devsw minor type uid gid perm*/
"/", "ispy", major(dev), 0, DV_CHR, 0, 0, 0600);
}
- }
#endif
+ }
}
SYSINIT(ispydev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,ispy_drvinit,NULL)
OpenPOWER on IntegriCloud