]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/sys-svr4.c
minor changes so it compiles with pre-ansi compiler;
[ppp.git] / pppd / sys-svr4.c
index 7724bc6d31d9263d3902eaf9ecb5502132e339ab..d525064e10dd54f3ba6094dbb7cb183ee6f19b07 100644 (file)
@@ -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 <limits.h>
@@ -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().