summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet_net_pton.c
diff options
context:
space:
mode:
authormillert <>2002-02-17 19:42:31 +0000
committermillert <>2002-02-17 19:42:31 +0000
commit4d9f43fe58441f274978bd37f319b3c63bd308d3 (patch)
treea9c66881d16890b41470cc24e11482c34a906618 /src/lib/libc/net/inet_net_pton.c
parentf192ef46d42d6e5294ddb97a544aefe74db261c6 (diff)
downloadopenbsd-4d9f43fe58441f274978bd37f319b3c63bd308d3.tar.gz
openbsd-4d9f43fe58441f274978bd37f319b3c63bd308d3.tar.bz2
openbsd-4d9f43fe58441f274978bd37f319b3c63bd308d3.zip
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
Diffstat (limited to 'src/lib/libc/net/inet_net_pton.c')
-rw-r--r--src/lib/libc/net/inet_net_pton.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libc/net/inet_net_pton.c b/src/lib/libc/net/inet_net_pton.c
index b529e83664..932531eb5d 100644
--- a/src/lib/libc/net/inet_net_pton.c
+++ b/src/lib/libc/net/inet_net_pton.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: inet_net_pton.c,v 1.1 1997/03/13 19:07:30 downsj Exp $ */ 1/* $OpenBSD: inet_net_pton.c,v 1.2 2002/02/17 19:42:23 millert Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 1996 by Internet Software Consortium. 4 * Copyright (c) 1996 by Internet Software Consortium.
@@ -21,7 +21,7 @@
21#if 0 21#if 0
22static const char rcsid[] = "$From: inet_net_pton.c,v 8.3 1996/11/11 06:36:52 vixie Exp $"; 22static const char rcsid[] = "$From: inet_net_pton.c,v 8.3 1996/11/11 06:36:52 vixie Exp $";
23#else 23#else
24static const char rcsid[] = "$OpenBSD: inet_net_pton.c,v 1.1 1997/03/13 19:07:30 downsj Exp $"; 24static const char rcsid[] = "$OpenBSD: inet_net_pton.c,v 1.2 2002/02/17 19:42:23 millert Exp $";
25#endif 25#endif
26#endif 26#endif
27 27
@@ -37,8 +37,7 @@ static const char rcsid[] = "$OpenBSD: inet_net_pton.c,v 1.1 1997/03/13 19:07:30
37#include <string.h> 37#include <string.h>
38#include <stdlib.h> 38#include <stdlib.h>
39 39
40static int inet_net_pton_ipv4 __P((const char *src, u_char *dst, 40static int inet_net_pton_ipv4(const char *, u_char *, size_t);
41 size_t size));
42 41
43/* 42/*
44 * static int 43 * static int