summaryrefslogtreecommitdiffstats
path: root/sbin/spppcontrol/spppcontrol.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-01-07 07:55:26 +0000
committercharnier <charnier@FreeBSD.org>1998-01-07 07:55:26 +0000
commit7eea80697a1a003fb0cb73eb8c870b4b713ced38 (patch)
tree961f9c4457c19f1a0ac28a18f3dfdf9dcc4a3734 /sbin/spppcontrol/spppcontrol.c
parent7d9a2cfbe3036389564163aa6599c1a1113aa23e (diff)
downloadFreeBSD-src-7eea80697a1a003fb0cb73eb8c870b4b713ced38.zip
FreeBSD-src-7eea80697a1a003fb0cb73eb8c870b4b713ced38.tar.gz
Remove more unused #includes.
Obtained from: Bruce.
Diffstat (limited to 'sbin/spppcontrol/spppcontrol.c')
-rw-r--r--sbin/spppcontrol/spppcontrol.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/spppcontrol/spppcontrol.c b/sbin/spppcontrol/spppcontrol.c
index 9970988..8f07308 100644
--- a/sbin/spppcontrol/spppcontrol.c
+++ b/sbin/spppcontrol/spppcontrol.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id$";
+ "$Id: spppcontrol.c,v 1.2 1998/01/05 07:23:02 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -40,9 +40,7 @@ static const char rcsid[] =
#include <net/if_sppp.h>
#include <err.h>
-#include <fcntl.h>
#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
#include <sysexits.h>
#include <unistd.h>
OpenPOWER on IntegriCloud