summaryrefslogtreecommitdiffstats
path: root/sbin/kldload/kldload.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/kldload/kldload.c')
-rw-r--r--sbin/kldload/kldload.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/kldload/kldload.c b/sbin/kldload/kldload.c
index 959230c..e42785f 100644
--- a/sbin/kldload/kldload.c
+++ b/sbin/kldload/kldload.c
@@ -26,12 +26,11 @@
#ifndef lint
static const char rcsid[] =
- "$Id$";
+ "$Id: kldload.c,v 1.4 1998/01/05 07:07:44 charnier Exp $";
#endif /* not lint */
#include <err.h>
#include <stdio.h>
-#include <stdlib.h>
#include <unistd.h>
#include <sys/param.h>
#include <sys/linker.h>
OpenPOWER on IntegriCloud