From owner-cvs-sbin Sun Oct 19 04:17:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA02702 for cvs-sbin-outgoing; Sun, 19 Oct 1997 04:17:44 -0700 (PDT) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA02677; Sun, 19 Oct 1997 04:17:20 -0700 (PDT) (envelope-from jmg@FreeBSD.org) From: John-Mark Gurney Received: (from jmg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA16879; Sun, 19 Oct 1997 04:15:47 -0700 (PDT) Date: Sun, 19 Oct 1997 04:15:47 -0700 (PDT) Message-Id: <199710191115.EAA16879@freefall.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 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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