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:
f823db0
)
(addrsort): Make this function extern.
author
drepper
<drepper>
Thu, 19 Feb 1998 14:59:53 +0000
(14:59 +0000)
committer
drepper
<drepper>
Thu, 19 Feb 1998 14:59:53 +0000
(14:59 +0000)
resolv/gethnamaddr.c
patch
|
blob
|
history
diff --git
a/resolv/gethnamaddr.c
b/resolv/gethnamaddr.c
index
7352ed8
..
4c8180f
100644
(file)
--- a/
resolv/gethnamaddr.c
+++ b/
resolv/gethnamaddr.c
@@
-114,7
+114,7
@@
static void map_v4v6_address __P((const char *src, char *dst));
static void map_v4v6_hostent __P((struct hostent *hp, char **bp, int *len));
#ifdef RESOLVSORT
static void map_v4v6_hostent __P((struct hostent *hp, char **bp, int *len));
#ifdef RESOLVSORT
-
static
void addrsort __P((char **, int));
+
extern
void addrsort __P((char **, int));
#endif
#if PACKETSZ > 1024
#endif
#if PACKETSZ > 1024
@@
-885,7
+885,7
@@
map_v4v6_hostent(hp, bpp, lenp)
}
#ifdef RESOLVSORT
}
#ifdef RESOLVSORT
-
static
void
+
extern
void
addrsort(ap, num)
char **ap;
int num;
addrsort(ap, num)
char **ap;
int num;