Date: Sun, 19 Oct 1997 04:15:47 -0700 (PDT) From: John-Mark Gurney <jmg@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin Makefile src/sbin/kldload Makefile kldload.c src/sbin/kldstat Makefile kldstat.c src/sbin/kldunload Makefile kldunload.c Message-ID: <199710191115.EAA16879@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmg 1997/10/19 04:15:46 PDT
Modified files:
sbin Makefile
sbin/kldload Makefile kldload.c
sbin/kldstat Makefile kldstat.c
sbin/kldunload Makefile kldunload.c
Log:
activate the programs that will be used to manipulate kld modules
fix a few problems with missing headers, warn called with an exit
value, and undeclared getopt vars
these programs now compile -Wall clean (and yes, I know I should use
more than just -Wall) :)
Revision Changes Path
1.41 +2 -1 src/sbin/Makefile
1.2 +3 -1 src/sbin/kldload/Makefile
1.2 +5 -1 src/sbin/kldload/kldload.c
1.2 +3 -1 src/sbin/kldstat/Makefile
1.2 +9 -4 src/sbin/kldstat/kldstat.c
1.2 +3 -1 src/sbin/kldunload/Makefile
1.2 +6 -1 src/sbin/kldunload/kldunload.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710191115.EAA16879>
