From 0c594fc8cfb630d5c35ff54f2f1573d8d9905f8f Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 11 Mar 1997 12:23:09 +0000 Subject: Compile under Lite2 (getopt() is in unistd.h etc) --- sbin/modload/modload.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sbin/modload') diff --git a/sbin/modload/modload.c b/sbin/modload/modload.c index 6f1c174..68da1ab 100644 --- a/sbin/modload/modload.c +++ b/sbin/modload/modload.c @@ -29,11 +29,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: modload.c,v 1.16 1997/02/22 14:32:40 peter Exp $ */ #include #include +#include #include #include #include @@ -58,8 +59,6 @@ int verbose = 0; int quiet = 0; int dounlink = 0; -extern char *sys_siglist[]; - /* * Expected linker options: * -- cgit v1.1