summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/defs.h
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/defs.h
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/defs.h')
-rw-r--r--usr.sbin/ppp/defs.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/ppp/defs.h b/usr.sbin/ppp/defs.h
index 6e2835a..d9d4ea1 100644
--- a/usr.sbin/ppp/defs.h
+++ b/usr.sbin/ppp/defs.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: defs.h,v 1.19 1997/09/10 02:20:28 brian Exp $
+ * $Id: defs.h,v 1.20 1997/10/23 21:32:48 ache Exp $
*
* TODO:
*/
@@ -106,10 +106,8 @@ char *dstsystem;
#endif
#ifdef SIGALRM
-#define sleep nointr_sleep
-#define usleep nointr_usleep
-u_int sleep(u_int sec);
-void usleep(u_int usec);
+u_int nointr_sleep(u_int sec);
+void nointr_usleep(u_int usec);
#endif
#endif /* _DEFS_H_ */
OpenPOWER on IntegriCloud