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:
0b60e11
)
Make `domain' non-const.
author
drepper
<drepper>
Sun, 10 Aug 1997 17:03:42 +0000
(17:03 +0000)
committer
drepper
<drepper>
Sun, 10 Aug 1997 17:03:42 +0000
(17:03 +0000)
inet/getnameinfo.c
patch
|
blob
|
history
diff --git
a/inet/getnameinfo.c
b/inet/getnameinfo.c
index
e6f4cbf
..
f090f0b
100644
(file)
--- a/
inet/getnameinfo.c
+++ b/
inet/getnameinfo.c
@@
-80,7
+80,7
@@
struct hostent *_addr2hostname_hosts (const char *, int, int);
static const char *
nrl_domainname (void)
{
- static c
onst c
har *domain = NULL;
+ static char *domain = NULL;
static int first = 1;
if (first)