"bootparam" specific variables are defined in libsa/bootparam.c now.

This commit is contained in:
drochner 2003-03-19 17:21:41 +00:00
parent f81c1c504b
commit 7349f5c301
2 changed files with 2 additions and 12 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: dev_net.c,v 1.11 2002/11/09 06:34:38 thorpej Exp $ */
/* $NetBSD: dev_net.c,v 1.12 2003/03/19 17:21:41 drochner Exp $ */
/*
* Copyright (c) 1995 Gordon W. Ross
@ -87,13 +87,8 @@ struct in_addr gateip; /* swap ip address */
n_long netmask; /* subnet or net mask */
char rootpath[FNAME_SIZE];
int hostnamelen;
char hostname[FNAME_SIZE];
int domainnamelen;
char domainname[FNAME_SIZE];
/*
* Local things...
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: dev_net.c,v 1.1 2002/11/09 06:20:41 cgd Exp $ */
/* $NetBSD: dev_net.c,v 1.2 2003/03/19 17:21:42 drochner Exp $ */
/*
* Copyright (c) 1995 Gordon W. Ross
@ -87,13 +87,8 @@ struct in_addr gateip; /* swap ip address */
n_long netmask; /* subnet or net mask */
char rootpath[FNAME_SIZE];
int hostnamelen;
char hostname[FNAME_SIZE];
int domainnamelen;
char domainname[FNAME_SIZE];
/*
* Local things...
*/