diff options
Diffstat (limited to 'libntp/ntp_random.c')
-rw-r--r-- | libntp/ntp_random.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libntp/ntp_random.c b/libntp/ntp_random.c index 700b4ee65101..c982a0d0ac1a 100644 --- a/libntp/ntp_random.c +++ b/libntp/ntp_random.c @@ -39,9 +39,7 @@ static char sccsid[] = "@(#)random.c 8.2 (Berkeley) 5/19/95"; #endif /* LIBC_SCCS and not lint */ #include "config.h" -#ifdef HAVE_SYS_TYPES_H -# include <sys/types.h> -#endif +#include <sys/types.h> #ifdef HAVE_UNISTD_H # include <unistd.h> #endif @@ -219,7 +217,7 @@ static long rand_deg = DEG_3; static long rand_sep = SEP_3; static long *end_ptr = &randtbl[DEG_3 + 1]; -static inline long good_rand P((long)); +static inline long good_rand (long); static inline long good_rand ( |