diff options
Diffstat (limited to 'usr.sbin/ppp/timer.c')
-rw-r--r-- | usr.sbin/ppp/timer.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ppp/timer.c b/usr.sbin/ppp/timer.c index f7b4d01..9accce3 100644 --- a/usr.sbin/ppp/timer.c +++ b/usr.sbin/ppp/timer.c @@ -17,17 +17,15 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: timer.c,v 1.29 1998/06/15 19:06:56 brian Exp $ + * $Id: timer.c,v 1.30 1998/06/20 01:36:38 brian Exp $ * * TODO: */ -#include <errno.h> #include <signal.h> #include <stdio.h> #include <sys/time.h> #include <termios.h> -#include <unistd.h> #include "log.h" #include "sig.h" |