Subject: CVS commit: syssrc/sys/arch/pmax/stand/common
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 03/15/2002 15:31:09
Module Name: syssrc
Committed By: simonb
Date: Fri Mar 15 13:31:09 UTC 2002
Modified Files:
syssrc/sys/arch/pmax/stand/common: common.h conf.c
Log Message:
The "debug" variable is only used during network debugging, and then
only if NET_DEBUG is defined. Put it's declaration and initialisation
inside '#ifdef NET_DEBUG' and save another 16 bytes.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/pmax/stand/common/common.h
cvs rdiff -r1.17 -r1.18 syssrc/sys/arch/pmax/stand/common/conf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.