Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2018 15:44:16 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r339921 - head/contrib/tzcode/stdtime
Message-ID:  <201810301544.w9UFiGHA023854@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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, '.'))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810301544.w9UFiGHA023854>