diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-10-29 10:45:01 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-10-29 10:45:01 +0000 |
| commit | 4539e95a0f9a1b9806306fd0a5997a58208f5c9f (patch) | |
| tree | 0c4f70781f934d276b897460f13e497bca19523d /lib/libc/nls/msgcat.c | |
| parent | 4f35c8461f3301a1b3fb9d43097e6fabee395787 (diff) | |
Notes
Diffstat (limited to 'lib/libc/nls/msgcat.c')
| -rw-r--r-- | lib/libc/nls/msgcat.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/nls/msgcat.c b/lib/libc/nls/msgcat.c index 4d446184eafd..86fba82692cf 100644 --- a/lib/libc/nls/msgcat.c +++ b/lib/libc/nls/msgcat.c @@ -111,11 +111,7 @@ catopen(name, type) pcode = cptr; } - if ((nlspath = getenv("NLSPATH")) == NULL -#ifndef __NETBSD_SYSCALLS - || issetugid() -#endif - ) + if ((nlspath = getenv("NLSPATH")) == NULL || issetugid()) nlspath = _DEFAULT_NLS_PATH; if ((base = cptr = strdup(nlspath)) == NULL) { |
