summaryrefslogtreecommitdiffstats
path: root/sys/gnu
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-02-16 08:06:28 +0000
committerjkh <jkh@FreeBSD.org>1995-02-16 08:06:28 +0000
commit195c413a5cda168ebc5702d6c6559d6a3fb82096 (patch)
tree10ff8e0a853cc18754620c4e965a27db595a79aa /sys/gnu
parent12a2203294a37ab7bd5884a1ee112c21963910bd (diff)
downloadFreeBSD-src-195c413a5cda168ebc5702d6c6559d6a3fb82096.zip
FreeBSD-src-195c413a5cda168ebc5702d6c6559d6a3fb82096.tar.gz
Fix a few bogons introduced when config lost the 3 char limitation.
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/i386/isa/nic3009.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/gnu/i386/isa/nic3009.c b/sys/gnu/i386/isa/nic3009.c
index 3b0dc97..c4e7a13 100644
--- a/sys/gnu/i386/isa/nic3009.c
+++ b/sys/gnu/i386/isa/nic3009.c
@@ -1,6 +1,6 @@
-static char nic39_id[] = "@(#)$Id: nic3009.c,v 1.2 1995/02/15 06:28:20 jkh Exp $";
+static char nic39_id[] = "@(#)$Id: nic3009.c,v 1.3 1995/02/15 11:59:41 jkh Exp $";
/*******************************************************************************
- * II - Version 0.1 $Revision: 1.2 $ $State: Exp $
+ * II - Version 0.1 $Revision: 1.3 $ $State: Exp $
*
* Copyright 1994 Dietmar Friede
*******************************************************************************
@@ -10,6 +10,9 @@ static char nic39_id[] = "@(#)$Id: nic3009.c,v 1.2 1995/02/15 06:28:20 jkh E
*
*******************************************************************************
* $Log: nic3009.c,v $
+ * Revision 1.3 1995/02/15 11:59:41 jkh
+ * Fix a few more nits. Should compile better now! :_)
+ *
* Revision 1.2 1995/02/15 06:28:20 jkh
* Fix up include paths, nuke some warnings.
*
@@ -76,7 +79,7 @@ int nnic_output(), nnic_state();
static discon_req(), sel_b2_prot_req(), reset_plci();
static short bsintr;
-struct isa_driver nnidriver = {nnicprobe, nnicattach, "nnic"};
+struct isa_driver nnicdriver = {nnicprobe, nnicattach, "nnic"};
typedef enum
{
OpenPOWER on IntegriCloud