Remove some globals defined in libsa.
This commit is contained in:
parent
764103c61c
commit
ca1294612c
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: dev_net.c,v 1.11 2002/02/02 18:53:12 gson Exp $ */
|
||||
/* $NetBSD: dev_net.c,v 1.12 2002/02/24 01:51:04 thorpej 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 = 0xffffff00;
|
||||
|
||||
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;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user