aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2018-10-30 15:44:16 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2018-10-30 15:44:16 +0000
commit9436aa0e668b147c9a5bf1898ef091934c676434 (patch)
tree03f385889fe5228f918663dd17ef4283cc9c1ea7 /contrib
parent02ba1d993fa905b059fc044cac30123f6e29ad38 (diff)
downloadsrc-9436aa0e668b147c9a5bf1898ef091934c676434.tar.gz
src-9436aa0e668b147c9a5bf1898ef091934c676434.zip
Remove no longer relevant comment, as suggested by imp@.
MFC after: 2 weeks Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/head/; revision=339921
Diffstat (limited to 'contrib')
-rw-r--r--contrib/tzcode/stdtime/localtime.c1
1 files changed, 0 insertions, 1 deletions
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, '.'))