Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/time remove stray endif
details: https://anonhg.NetBSD.org/src/rev/4e50f3115a2c
branches: trunk
changeset: 333221:4e50f3115a2c
user: christos <christos%NetBSD.org@localhost>
date: Thu Oct 23 21:19:53 2014 +0000
description:
remove stray endif
diffstat:
lib/libc/time/zdump.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r a7e037199aee -r 4e50f3115a2c lib/libc/time/zdump.c
--- a/lib/libc/time/zdump.c Thu Oct 23 21:03:25 2014 +0000
+++ b/lib/libc/time/zdump.c Thu Oct 23 21:19:53 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: zdump.c,v 1.39 2014/10/23 18:45:58 christos Exp $ */
+/* $NetBSD: zdump.c,v 1.40 2014/10/23 21:19:53 christos Exp $ */
/*
** This file is in the public domain, so clarified as of
** 2009-05-17 by Arthur David Olson.
@@ -6,7 +6,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: zdump.c,v 1.39 2014/10/23 18:45:58 christos Exp $");
+__RCSID("$NetBSD: zdump.c,v 1.40 2014/10/23 21:19:53 christos Exp $");
#endif /* !defined lint */
/*
@@ -860,7 +860,6 @@
result += newp->tm_sec - oldp->tm_sec;
return result;
}
-#endif
#ifndef TM_GMTOFF
/* Return A->tm_yday, adjusted to compare it fairly to B->tm_yday.
Home |
Main Index |
Thread Index |
Old Index