Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/10/1997 04:20:02
mikel
Wed Jul 9 21:14:33 PDT 1997
Update of /cvsroot/src/sbin/route
In directory netbsd1:/var/slash-tmp/cvs-serv10510/src/sbin/route
Modified Files:
route.8
Log Message:
comment out xref to XNSrouted(8)
cgd
Wed Jul 9 21:15:40 PDT 1997
Update of /cvsroot/src/sys/arch/i386/i386
In directory netbsd1:/var/slash-tmp/cvs-serv10532
Modified Files:
apm.c
Log Message:
kill the apm_enabled softc member I added, and instead use apminited,
a global variable (yech, but i'm not out to save the world) which had
the same meaning and ended up being stealthily set in pretty much
the same place.