Remove a cpuple of unused buffers

This commit is contained in:
dsl 2003-06-06 17:05:02 +00:00
parent 32fda96392
commit 456a798f32
1 changed files with 1 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: defs.h,v 1.81 2003/06/06 14:31:22 dsl Exp $ */
/* $NetBSD: defs.h,v 1.82 2003/06/06 17:05:02 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -108,8 +108,6 @@ typedef struct _partinfo {
/* variables */
EXTERN char m_continue[STRSIZE] INIT("");
EXTERN char rel[SSTRSIZE] INIT(REL);
EXTERN char machine[SSTRSIZE] INIT(MACH);
@ -230,9 +228,6 @@ EXTERN int mnt2_mounted INIT(0);
EXTERN char dist_postfix[STRSIZE] INIT(".tgz");
/* Vars for runing commands ... */
EXTERN char command[STRSIZE];
/* Access to network information */
EXTERN char net_devices[STRSIZE] INIT("");
EXTERN char net_dev[STRSIZE] INIT("");