diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-12-15 20:49:44 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-12-15 20:49:44 +0000 |
| commit | 994f330564b320ffd5a83cf60858a95958a5b634 (patch) | |
| tree | 91dfd5db8bd02e3150ef9c77bd59b47ec67f4277 /lib/libc/inet | |
| parent | f02a1e579450e1ffe500f7f27594f58a9f045daa (diff) | |
| parent | 3f25740ec6845340de7abaae80607dea9c3a4bb8 (diff) | |
Notes
Diffstat (limited to 'lib/libc/inet')
| -rw-r--r-- | lib/libc/inet/inet_cidr_ntop.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/inet/inet_cidr_ntop.c b/lib/libc/inet/inet_cidr_ntop.c index 192cf1e752ef..b25dc8256f61 100644 --- a/lib/libc/inet/inet_cidr_ntop.c +++ b/lib/libc/inet/inet_cidr_ntop.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: inet_cidr_ntop.c,v 1.1.2.1.8.3 2005/11/03 23:08:40 marka Exp $"; +static const char rcsid[] = "$Id: inet_cidr_ntop.c,v 1.1.2.1.8.4 2006/10/11 02:32:50 marka Exp $"; #endif #include "port_before.h" @@ -40,10 +40,10 @@ static const char rcsid[] = "$Id: inet_cidr_ntop.c,v 1.1.2.1.8.3 2005/11/03 23:0 # define SPRINTF(x) ((size_t)sprintf x) #endif -static char * inet_cidr_ntop_ipv4 __P((const u_char *src, int bits, - char *dst, size_t size)); -static char * inet_cidr_ntop_ipv6 __P((const u_char *src, int bits, - char *dst, size_t size)); +static char * +inet_cidr_ntop_ipv4(const u_char *src, int bits, char *dst, size_t size); +static char * +inet_cidr_ntop_ipv6(const u_char *src, int bits, char *dst, size_t size); /* * char * |
