summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/time/private.h6
-rw-r--r--usr.sbin/zic/zic.c6
2 files changed, 2 insertions, 10 deletions
diff --git a/lib/libc/time/private.h b/lib/libc/time/private.h
index 059e938ad74..181ea2f5dc2 100644
--- a/lib/libc/time/private.h
+++ b/lib/libc/time/private.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: private.h,v 1.35 2015/02/10 05:44:50 tedu Exp $ */
+/* $OpenBSD: private.h,v 1.36 2015/03/13 17:23:37 deraadt Exp $ */
#ifndef PRIVATE_H
#define PRIVATE_H
@@ -102,8 +102,4 @@
#define SECSPERREPEAT_BITS 34 /* ceil(log2(SECSPERREPEAT)) */
#endif /* !defined SECSPERREPEAT_BITS */
-/*
-** UNIX was a registered trademark of The Open Group in 2003.
-*/
-
#endif /* !defined PRIVATE_H */
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.
-*/