summaryrefslogtreecommitdiffstats
path: root/sys/gnu/isdn/iispy.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-02-15 06:28:29 +0000
committerjkh <jkh@FreeBSD.org>1995-02-15 06:28:29 +0000
commit6da2fef7e3a548897d21138d4a4fec7d251a579a (patch)
treecc10cd719947707a165f197fbe11e29679466f56 /sys/gnu/isdn/iispy.c
parentb6fed9e68a74be011cfe0ffa3c99c7c8c890ee3f (diff)
downloadFreeBSD-src-6da2fef7e3a548897d21138d4a4fec7d251a579a.zip
FreeBSD-src-6da2fef7e3a548897d21138d4a4fec7d251a579a.tar.gz
Fix up include paths, nuke some warnings.
Diffstat (limited to 'sys/gnu/isdn/iispy.c')
-rw-r--r--sys/gnu/isdn/iispy.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/sys/gnu/isdn/iispy.c b/sys/gnu/isdn/iispy.c
index e426f1d..a88159b 100644
--- a/sys/gnu/isdn/iispy.c
+++ b/sys/gnu/isdn/iispy.c
@@ -1,4 +1,4 @@
-static char _ispyid[] = "@(#)$Id: iispy.c,v 1.1 1995/01/25 14:06:18 jkr Exp jkr $";
+static char _ispyid[] = "@(#)$Id: iispy.c,v 1.1 1995/02/14 15:00:29 jkh Exp $";
/*******************************************************************************
* II - Version 0.1 $Revision: 1.1 $ $State: Exp $
*
@@ -10,6 +10,15 @@ static char _ispyid[] = "@(#)$Id: iispy.c,v 1.1 1995/01/25 14:06:18 jkr Exp
*
*******************************************************************************
* $Log: iispy.c,v $
+ * Revision 1.1 1995/02/14 15:00:29 jkh
+ * An ISDN driver that supports the EDSS1 and the 1TR6 ISDN interfaces.
+ * EDSS1 is the "Euro-ISDN", 1TR6 is the soon obsolete german ISDN Interface.
+ * Obtained from: Dietmar Friede <dfriede@drnhh.neuhaus.de> and
+ * Juergen Krause <jkr@saarlink.de>
+ *
+ * This is only one part - the rest to follow in a couple of hours.
+ * This part is a benign import, since it doesn't affect anything else.
+ *
*
******************************************************************************/
@@ -27,7 +36,7 @@ static char _ispyid[] = "@(#)$Id: iispy.c,v 1.1 1995/01/25 14:06:18 jkr Exp
#include "kernel.h"
/*#include "malloc.h"*/
-#include "isdn/isdn_ioctl.h"
+#include "gnu/isdn/isdn_ioctl.h"
int ispyattach();
OpenPOWER on IntegriCloud