summaryrefslogtreecommitdiffstats
path: root/sbin/spppcontrol/spppcontrol.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-08-03 06:24:59 +0000
committercharnier <charnier@FreeBSD.org>1998-08-03 06:24:59 +0000
commit36b4b3712e3e8505b9f4faf1cad24819285fd336 (patch)
tree5d30dfb0e6977e524cacdca24170f3ad0a84c77e /sbin/spppcontrol/spppcontrol.c
parent0432758e6b59676565e504d8e96aa1f204b26130 (diff)
downloadFreeBSD-src-36b4b3712e3e8505b9f4faf1cad24819285fd336.zip
FreeBSD-src-36b4b3712e3e8505b9f4faf1cad24819285fd336.tar.gz
Typo: i. e. -> i.e.
Remove unused #include.
Diffstat (limited to 'sbin/spppcontrol/spppcontrol.c')
-rw-r--r--sbin/spppcontrol/spppcontrol.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/spppcontrol/spppcontrol.c b/sbin/spppcontrol/spppcontrol.c
index 8f07308..94a2af5 100644
--- a/sbin/spppcontrol/spppcontrol.c
+++ b/sbin/spppcontrol/spppcontrol.c
@@ -26,14 +26,13 @@
#ifndef lint
static const char rcsid[] =
- "$Id: spppcontrol.c,v 1.2 1998/01/05 07:23:02 charnier Exp $";
+ "$Id: spppcontrol.c,v 1.3 1998/01/07 07:55:26 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>
#include <sys/callout.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
-#include <sys/time.h>
#include <net/if.h>
#include <net/if_var.h>
OpenPOWER on IntegriCloud