X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fsys-svr4.c;h=d525064e10dd54f3ba6094dbb7cb183ee6f19b07;hp=7724bc6d31d9263d3902eaf9ecb5502132e339ab;hb=f0a6c417e65393d127a9f0fe0ba668ec2d2fdf3b;hpb=1fff4aeb733a37d80c2902920ac06914f0da7ba7 diff --git a/pppd/sys-svr4.c b/pppd/sys-svr4.c index 7724bc6..d525064 100644 --- a/pppd/sys-svr4.c +++ b/pppd/sys-svr4.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: sys-svr4.c,v 1.22 1999/03/08 04:48:48 paulus Exp $"; +static char rcsid[] = "$Id: sys-svr4.c,v 1.23 1999/03/08 05:34:46 paulus Exp $"; #endif #include @@ -628,14 +628,6 @@ restore_tty(fd) } } -/* - * hangup_modem - hang up the modem by clearing DTR. - */ -void hangup_modem(int ttyfd) -{ - setdtr(ttyfd, 0); -} - /* * setdtr - control the DTR line on the serial port. * This is called from die(), so it shouldn't call die().