diff options
Diffstat (limited to 'resolv/inet_net_pton.c')
-rw-r--r-- | resolv/inet_net_pton.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resolv/inet_net_pton.c b/resolv/inet_net_pton.c index a7e597ab92..14916f83f8 100644 --- a/resolv/inet_net_pton.c +++ b/resolv/inet_net_pton.c @@ -37,8 +37,8 @@ static const char rcsid[] = "$BINDId: inet_net_pton.c,v 1.11 1999/01/08 19:23:44 # define SPRINTF(x) ((size_t)sprintf x) #endif -static int inet_net_pton_ipv4 __P((const char *src, u_char *dst, - size_t size)); +static int inet_net_pton_ipv4 (const char *src, u_char *dst, + size_t size) __THROW; /* * static int |