Temporarily comment out issetugid() call until everyone installs libtermcap,

major number bumping will follows then
This commit is contained in:
Andrey A. Chernov 1997-08-25 16:42:22 +00:00
parent fe0fb8abd0
commit a05c4d30fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28725

View File

@ -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 == ':') {