From: hannken Date: Sun, 4 Feb 1996 19:39:39 +0000 (+0000) Subject: sleep() call not needed (from NetBSD). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9f00e6c57e460cb337d15035fbd6f12f4f112ec1;p=openbsd sleep() call not needed (from NetBSD). --- 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) {