aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-08-25 16:42:22 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-08-25 16:42:22 +0000
commita05c4d30fd040b15b5b7d10a7889446cb99745fc (patch)
tree9806d91729861b72830cfe1b3a606718d12bc6bb
parentfe0fb8abd09d4adf59261226e67e8dd58ecfd281 (diff)
Notes
-rw-r--r--lib/libtermcap/termcap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtermcap/termcap.c b/lib/libtermcap/termcap.c
index 4b98c1b94353c..fc0314d6f7a64 100644
--- a/lib/libtermcap/termcap.c
+++ b/lib/libtermcap/termcap.c
@@ -114,10 +114,10 @@ tgetent(char *bp, const char *name)
else /* user-defined name in TERMCAP */
strncpy(pathbuf, cp, PBUFSIZ); /* still can be tokenized */
pathbuf[PBUFSIZ - 1] = '\0';
-
+#if 0
if (issetugid())
strcpy(pathbuf, _PATH_DEF_SEC);
-
+#endif
*fname++ = pathbuf; /* tokenize path into vector of names */
while (*++p)
if (*p == ' ' || *p == ':') {