Remove duplicate definition of global variable bcea which caused

linking to fail, along with other globals already
defined in lib/sa/globals.c
This commit is contained in:
gson 2002-01-24 02:37:53 +00:00
parent da60b1c113
commit 69ba1e26ce
1 changed files with 1 additions and 18 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: dev_net.c,v 1.9 2000/07/30 06:11:38 simonb Exp $ */
/* $NetBSD: dev_net.c,v 1.10 2002/01/24 02:37:53 gson Exp $ */
/*
* Copyright (c) 1995 Gordon W. Ross
@ -58,23 +58,6 @@
void bootp __P((int));
#endif
struct in_addr myip; /* init'ed as INADDR_ANY */
struct in_addr rootip, gateip;
n_long netmask;
char rootpath[FNAME_SIZE];
char bootfile[FNAME_SIZE];
char hostname[FNAME_SIZE]; /* our hostname */
int hostnamelen;
#ifdef SUPPORT_BOOTPARAM
char domainname[FNAME_SIZE]; /* our DNS domain, not used */
int domainnamelen;
#endif
u_char bcea[6] = BA;
static int netdev_sock = -1;
/*