diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-19 21:25:46 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-19 21:25:46 +0000 |
| commit | 4d77a549fed13746cc4edf84e511b385c1754f3d (patch) | |
| tree | 7ea68f3b5c452a55df6c05b903dae3ac1e8f71f9 /sys/netinet/ip_id.c | |
| parent | 89fb8ee796263407b2396378b7076c0350b9e5cc (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_id.c')
| -rw-r--r-- | sys/netinet/ip_id.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/ip_id.c b/sys/netinet/ip_id.c index f4401593ca00..664b4d1cea84 100644 --- a/sys/netinet/ip_id.c +++ b/sys/netinet/ip_id.c @@ -87,9 +87,9 @@ static u_int16_t ru_msb = 0; static long ru_reseed; static u_int32_t tmp; /* Storage for unused random */ -static u_int16_t pmod __P((u_int16_t, u_int16_t, u_int16_t)); -static void ip_initid __P((void)); -u_int16_t ip_randomid __P((void)); +static u_int16_t pmod(u_int16_t, u_int16_t, u_int16_t); +static void ip_initid(void); +u_int16_t ip_randomid(void); /* * Do a fast modular exponation, returned value will be in the range |
