diff options
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 4d44618..86fba82 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) { |