Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/time drop stray #endif
details: https://anonhg.NetBSD.org/src/rev/4c3ece29b970
branches: trunk
changeset: 341306:4c3ece29b970
user: christos <christos%NetBSD.org@localhost>
date: Fri Oct 30 18:20:16 2015 +0000
description:
drop stray #endif
diffstat:
lib/libc/time/strptime.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 3adfeb20e101 -r 4c3ece29b970 lib/libc/time/strptime.c
--- a/lib/libc/time/strptime.c Fri Oct 30 18:04:42 2015 +0000
+++ b/lib/libc/time/strptime.c Fri Oct 30 18:20:16 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: strptime.c,v 1.54 2015/10/30 18:04:42 christos Exp $ */
+/* $NetBSD: strptime.c,v 1.55 2015/10/30 18:20:16 christos Exp $ */
/*-
* Copyright (c) 1997, 1998, 2005, 2008 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: strptime.c,v 1.54 2015/10/30 18:04:42 christos Exp $");
+__RCSID("$NetBSD: strptime.c,v 1.55 2015/10/30 18:20:16 christos Exp $");
#endif
#include "namespace.h"
@@ -469,7 +469,6 @@
#ifdef TM_GMTOFF
tm->TM_GMTOFF = -timezone;
#endif
-#endif
#ifdef TM_ZONE
tm->TM_ZONE = tzname[i];
bp = ep;
Home |
Main Index |
Thread Index |
Old Index