summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/defs.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-10-26 12:42:13 +0000
committerbrian <brian@FreeBSD.org>1997-10-26 12:42:13 +0000
commit730654969b993bebee5ce32874e356317dacf940 (patch)
tree16514ad363d2412373e782e27090916d5494ff6b /usr.sbin/ppp/defs.h
parent8be1e875ff4b0b857900e017063986f6a8ef64e7 (diff)
downloadFreeBSD-src-730654969b993bebee5ce32874e356317dacf940.zip
FreeBSD-src-730654969b993bebee5ce32874e356317dacf940.tar.gz
Cosmetic:
Move prototypes into the correct headers.
Diffstat (limited to 'usr.sbin/ppp/defs.h')
-rw-r--r--usr.sbin/ppp/defs.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/ppp/defs.h b/usr.sbin/ppp/defs.h
index 95c4e24..546322a 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.21 1997/10/24 22:36:29 brian Exp $
+ * $Id: defs.h,v 1.22 1997/10/26 01:02:33 brian Exp $
*
* TODO:
*/
@@ -83,9 +83,4 @@ extern int tun_out;
extern int netfd;
extern char *dstsystem;
-#ifdef SIGALRM
-extern u_int nointr_sleep(u_int);
-extern void nointr_usleep(u_int);
-#endif
-
extern void randinit(void);
OpenPOWER on IntegriCloud