diff options
Diffstat (limited to 'usr.sbin/pppoe/client.c')
-rw-r--r-- | usr.sbin/pppoe/client.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pppoe/client.c b/usr.sbin/pppoe/client.c index ed93c5da8c6..925faa33954 100644 --- a/usr.sbin/pppoe/client.c +++ b/usr.sbin/pppoe/client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: client.c,v 1.15 2002/09/08 04:33:46 jason Exp $ */ +/* $OpenBSD: client.c,v 1.16 2002/09/08 05:10:56 jason Exp $ */ /* * Copyright (c) 2000 Network Security Technologies, Inc. http://www.netsec.net @@ -53,7 +53,6 @@ #include <unistd.h> #include <sysexits.h> #include <stdlib.h> -#include <syslog.h> #include <signal.h> #include "pppoe.h" |