svn commit: r339921 - head/contrib/tzcode/stdtime

Edward Tomasz Napierala trasz at FreeBSD.org
Tue Oct 30 15:44:17 UTC 2018


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 at .
  
  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, '.'))


More information about the svn-src-all mailing list