diff options
author | 2015-03-13 17:23:37 +0000 | |
---|---|---|
committer | 2015-03-13 17:23:37 +0000 | |
commit | fbc9271a6fc8dc1c35182c53c300b89adbb538cf (patch) | |
tree | f0777f4e45f718ce23ed5c7fa9bfef7e835f36b1 /lib/libc/time | |
parent | bye Daevid Allen (diff) | |
download | wireguard-openbsd-fbc9271a6fc8dc1c35182c53c300b89adbb538cf.tar.xz wireguard-openbsd-fbc9271a6fc8dc1c35182c53c300b89adbb538cf.zip |
delete useless comment about Open Group
Diffstat (limited to 'lib/libc/time')
-rw-r--r-- | lib/libc/time/private.h | 6 |
1 files changed, 1 insertions, 5 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 */ |