Author: trasz
Date: Tue Oct 30 15:44:16 2018
New Revision: 339921
URL: https://svnweb.freebsd.org/changeset/base/339921
Log:
Remove no longer relevant comment, as suggested by imp@.
MFC after: 2 weeks
Sponsored by: DARPA, AFRL
Modified:
head/contrib/tzcode/stdtime/localtime.c
Modified: head/contrib/tzcode/stdtime/localtime.c
==============================================================================
--- head/contrib/tzcode/stdtime/localtime.c Tue Oct 30 15:43:06 2018
(r339920)
+++ head/contrib/tzcode/stdtime/localtime.c Tue Oct 30 15:44:16 2018
(r339921)
@@ -390,7 +390,6 @@ register const int doextend;
res = -1;
sp->goback = sp->goahead = FALSE;
- /* XXX The following is from OpenBSD, and I'm not sure it is correct */
if (name != NULL && issetugid() != 0)
if ((name[0] == ':' && name[1] == '/') ||
name[0] == '/' || strchr(name, '.'))
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"