diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-10-18 15:59:25 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-10-18 15:59:25 +0000 |
commit | d0ec898db5fb2c8c205eed83be18d23f54da6ad4 (patch) | |
tree | 38c8307cc8cc9c6f7e881e14f1af9a42cb066e15 | |
parent | 24504bef97ca9b4bd3c36155fc145b936e13246c (diff) |
Notes
-rw-r--r-- | sys/net/if_ethersubr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index 279be4583b1a9..d44a2991a1d56 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_ethersubr.c 8.1 (Berkeley) 6/10/93 - * $Id: if_ethersubr.c,v 1.24 1996/08/05 14:03:10 phk Exp $ + * $Id: if_ethersubr.c,v 1.25 1996/10/17 17:16:58 jkh Exp $ */ #include <sys/param.h> @@ -68,7 +68,7 @@ #ifdef NS #include <netns/ns.h> #include <netns/ns_if.h> -extern ushort ns_nettype; +ushort ns_nettype; int ether_outputdebug = 0; int ether_inputdebug = 0; #endif |