]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
activate the programs that will be used to manipulate kld modules
authorjmg <jmg@FreeBSD.org>
Sun, 19 Oct 1997 11:15:45 +0000 (11:15 +0000)
committerjmg <jmg@FreeBSD.org>
Sun, 19 Oct 1997 11:15:45 +0000 (11:15 +0000)
commit075da1dbb990ca02802b89d73266b82c6c776b11
treeedfa02a1745e2182653df33aba56af68d6520ed6
parent804107bc406012014ee4aa55efc2e153232e6eac
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) :)
sbin/Makefile
sbin/kldload/Makefile
sbin/kldload/kldload.c
sbin/kldstat/Makefile
sbin/kldstat/kldstat.c
sbin/kldunload/Makefile
sbin/kldunload/kldunload.c