summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/timer.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-10-24 22:36:31 +0000
committerbrian <brian@FreeBSD.org>1997-10-24 22:36:31 +0000
commit5edc0d2f34a8146cdc6019a477e2078f8357b165 (patch)
tree2ce0300bc6079fbdee302a5970dfec3f97d44ac6 /usr.sbin/ppp/timer.c
parenta5212e361a194d2c45fe21b7d02d3734c4ffe4d3 (diff)
downloadFreeBSD-src-5edc0d2f34a8146cdc6019a477e2078f8357b165.zip
FreeBSD-src-5edc0d2f34a8146cdc6019a477e2078f8357b165.tar.gz
sleep => nointr_sleep
usleep => nointr_usleep (not just a #define) Already done by: ache
Diffstat (limited to 'usr.sbin/ppp/timer.c')
-rw-r--r--usr.sbin/ppp/timer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/timer.c b/usr.sbin/ppp/timer.c
index 3070346..c4463c0 100644
--- a/usr.sbin/ppp/timer.c
+++ b/usr.sbin/ppp/timer.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: timer.c,v 1.19 1997/10/23 20:11:01 ache Exp $
+ * $Id: timer.c,v 1.20 1997/10/23 21:32:48 ache Exp $
*
* TODO:
*/
@@ -198,7 +198,7 @@ ShowTimers()
#ifdef SIGALRM
u_int
-sleep(u_int sec)
+nointr_sleep(u_int sec)
{
struct timeval to, st, et;
long sld, nwd, std;
@@ -229,7 +229,7 @@ sleep(u_int sec)
}
void
-usleep(u_int usec)
+nointr_usleep(u_int usec)
{
struct timeval to, st, et;
long sld, nwd, std;
OpenPOWER on IntegriCloud