summaryrefslogtreecommitdiffstats
path: root/lib/libc/time/strftime.c
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2012-09-13 11:14:20 +0000
committermillert <millert@openbsd.org>2012-09-13 11:14:20 +0000
commitb7bd7dbe56e475c5b7fc03c8f4206f01816fe79e (patch)
tree2112966fa18d043aa2949f51cbeee0ad8d169619 /lib/libc/time/strftime.c
parentFix precedence bug (& has lower precedence than !=). (diff)
downloadwireguard-openbsd-b7bd7dbe56e475c5b7fc03c8f4206f01816fe79e.tar.xz
wireguard-openbsd-b7bd7dbe56e475c5b7fc03c8f4206f01816fe79e.zip
Update to tzcode2012f. Now that tzcode is in git there are no moe
SCCS ids. No actual code changes.
Diffstat (limited to 'lib/libc/time/strftime.c')
-rw-r--r--lib/libc/time/strftime.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/time/strftime.c b/lib/libc/time/strftime.c
index 5ed91ad8e8d..3bcee1fc7dd 100644
--- a/lib/libc/time/strftime.c
+++ b/lib/libc/time/strftime.c
@@ -1,10 +1,7 @@
-/* $OpenBSD: strftime.c,v 1.20 2009/10/27 23:59:59 deraadt Exp $ */
+/* $OpenBSD: strftime.c,v 1.21 2012/09/13 11:14:20 millert Exp $ */
#include "private.h"
/*
-** Based on the UCB version with the ID appearing below.
-** This is ANSIish only when "multibyte character == plain character".
-**
** Copyright (c) 1989, 1993
** The Regents of the University of California. All rights reserved.
**