From 03bd4aeb4f6c9f6f3f6e8f50869221e165628a10 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 16 May 2003 08:57:09 +0000 Subject: 2003-05-16 Ralf Corsepius * pppd/magic.c: Remove *rand48. * pppd/chap.c: Remove prototypes of *rand48. --- c/src/libnetworking/pppd/chap.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'c/src/libnetworking/pppd/chap.c') diff --git a/c/src/libnetworking/pppd/chap.c b/c/src/libnetworking/pppd/chap.c index 5609ec8bae..c1a17e5ab3 100644 --- a/c/src/libnetworking/pppd/chap.c +++ b/c/src/libnetworking/pppd/chap.c @@ -41,6 +41,7 @@ #include #include +#include /* drand48, srand48 */ #include #include @@ -115,9 +116,6 @@ static void ChapSendChallenge __P((chap_state *)); static void ChapSendResponse __P((chap_state *)); static void ChapGenChallenge __P((chap_state *)); -extern double drand48 __P((void)); -extern void srand48 __P((long)); - /* * ChapInit - Initialize a CHAP unit. */ -- cgit v1.2.3