From 9436aa0e668b147c9a5bf1898ef091934c676434 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Tue, 30 Oct 2018 15:44:16 +0000 Subject: [PATCH] Remove no longer relevant comment, as suggested by imp@. MFC after: 2 weeks Sponsored by: DARPA, AFRL --- contrib/tzcode/stdtime/localtime.c | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/tzcode/stdtime/localtime.c b/contrib/tzcode/stdtime/localtime.c index 009136de7031..e221c1fa3964 100644 --- a/contrib/tzcode/stdtime/localtime.c +++ b/contrib/tzcode/stdtime/localtime.c @@ -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, '.'))