1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

ns_nettype should be declared, not externed.

This commit is contained in:
Jordan K. Hubbard 1996-10-18 15:59:25 +00:00
parent 24504bef97
commit d0ec898db5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19016

View File

@ -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