projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f581578
)
(inet_pton4, inet_pton6): Mark as internal functions.
author
drepper
<drepper>
Mon, 6 Oct 1997 01:24:05 +0000
(
01:24
+0000)
committer
drepper
<drepper>
Mon, 6 Oct 1997 01:24:05 +0000
(
01:24
+0000)
resolv/inet_pton.c
patch
|
blob
|
history
diff --git
a/resolv/inet_pton.c
b/resolv/inet_pton.c
index
3593da2
..
0c8f79f
100644
(file)
--- a/
resolv/inet_pton.c
+++ b/
resolv/inet_pton.c
@@
-33,8
+33,8
@@
static char rcsid[] = "$Id$";
* sizeof(int) < 4. sizeof(int) > 4 is fine; all the world's not a VAX.
*/
* sizeof(int) < 4. sizeof(int) > 4 is fine; all the world's not a VAX.
*/
-static int
inet_pton4 __P((const char *src, u_char *dst))
;
-static int
inet_pton6 __P((const char *src, u_char *dst))
;
+static int
inet_pton4 __P((const char *src, u_char *dst)) internal_function
;
+static int
inet_pton6 __P((const char *src, u_char *dst)) internal_function
;
/* int
* inet_pton(af, src, dst)
/* int
* inet_pton(af, src, dst)
@@
-76,6
+76,7
@@
inet_pton(af, src, dst)
* Paul Vixie, 1996.
*/
static int
* Paul Vixie, 1996.
*/
static int
+internal_function
inet_pton4(src, dst)
const char *src;
u_char *dst;
inet_pton4(src, dst)
const char *src;
u_char *dst;
@@
-130,6
+131,7
@@
inet_pton4(src, dst)
* Paul Vixie, 1996.
*/
static int
* Paul Vixie, 1996.
*/
static int
+internal_function
inet_pton6(src, dst)
const char *src;
u_char *dst;
inet_pton6(src, dst)
const char *src;
u_char *dst;