From 9f00e6c57e460cb337d15035fbd6f12f4f112ec1 Mon Sep 17 00:00:00 2001 From: hannken Date: Sun, 4 Feb 1996 19:39:39 +0000 Subject: [PATCH] sleep() call not needed (from NetBSD). --- usr.sbin/pppd/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.sbin/pppd/main.c b/usr.sbin/pppd/main.c index dac6ded2e63..9dd44b7dd3b 100644 --- a/usr.sbin/pppd/main.c +++ b/usr.sbin/pppd/main.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: main.c,v 1.3 1996/01/07 09:55:33 deraadt Exp $"; +static char rcsid[] = "$Id: main.c,v 1.4 1996/02/04 19:39:39 hannken Exp $"; #endif #include @@ -582,7 +582,6 @@ void close_fd() { disestablish_ppp(); - sleep(1); /* drop dtr to hang up */ if (modem) { -- 2.20.1