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:
e3c1277
)
update from main archive 960927
author
drepper
<drepper>
Sat, 28 Sep 1996 03:17:55 +0000
(
03:17
+0000)
committer
drepper
<drepper>
Sat, 28 Sep 1996 03:17:55 +0000
(
03:17
+0000)
catgets/catgets.c
patch
|
blob
|
history
diff --git
a/catgets/catgets.c
b/catgets/catgets.c
index
0abc182
..
7c45b45
100644
(file)
--- a/
catgets/catgets.c
+++ b/
catgets/catgets.c
@@
-79,7
+79,7
@@
catopen (const char *cat_name, int flag)
return (nl_catd) -1;
}
- if (getenv ("NLSPATH") != NULL)
+ if (
__secure_
getenv ("NLSPATH") != NULL)
result->nlspath = __strdup (getenv ("NLSPATH"));
else
result->nlspath = __strdup (NLSPATH);