diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-16 08:06:28 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-16 08:06:28 +0000 |
| commit | 1d5f5f93123be6d9a766af2827014fd8b1bad809 (patch) | |
| tree | 10ff8e0a853cc18754620c4e965a27db595a79aa /sys/gnu | |
| parent | fbf23e9a0bd313e757f98c76aee666b4783bdd13 (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/i386/isa/nic3009.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/gnu/i386/isa/nic3009.c b/sys/gnu/i386/isa/nic3009.c index 3b0dc9705197..c4e7a13e39f7 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 { |
