diff options
author | charnier <charnier@FreeBSD.org> | 1998-07-06 06:58:32 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1998-07-06 06:58:32 +0000 |
commit | eab4934e11cc7f9b796a0deac1fa5b4dbc409b96 (patch) | |
tree | f9d3828a9853677f9cb2a259e45c9f032573555f /sbin/kldload | |
parent | fff847fc47c6a079fcbcfd66b9b2399f2600bcaa (diff) | |
download | FreeBSD-src-eab4934e11cc7f9b796a0deac1fa5b4dbc409b96.zip FreeBSD-src-eab4934e11cc7f9b796a0deac1fa5b4dbc409b96.tar.gz |
remoce unused #include.
Diffstat (limited to 'sbin/kldload')
-rw-r--r-- | sbin/kldload/kldload.c | 3 |
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> |