diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-03-13 17:23:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-03-13 17:23:38 +0000 |
commit | 75b50a1437d948079a9842c43ce694f4b44db0dd (patch) | |
tree | 102d179a567338aa0ed2d603612ad6bbf30ca847 /usr.sbin/zic/zic.c | |
parent | 4a3d2d9a466cec7f7ea066e901ae9169c5c6c149 (diff) |
delete useless comment about Open Group
Diffstat (limited to 'usr.sbin/zic/zic.c')
-rw-r--r-- | usr.sbin/zic/zic.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/zic/zic.c b/usr.sbin/zic/zic.c index b749f78fb04..5cbb67784dc 100644 --- a/usr.sbin/zic/zic.c +++ b/usr.sbin/zic/zic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zic.c,v 1.18 2015/03/11 22:26:03 deraadt Exp $ */ +/* $OpenBSD: zic.c,v 1.19 2015/03/13 17:23:37 deraadt Exp $ */ /* ** This file is in the public domain, so clarified as of ** 2006-07-17 by Arthur David Olson. @@ -2582,7 +2582,3 @@ eitol(int i) } return l; } - -/* -** UNIX was a registered trademark of The Open Group in 2003. -*/ |