Module Name: src Committed By: christos Date: Thu Oct 23 21:19:53 UTC 2014
Modified Files: src/lib/libc/time: zdump.c Log Message: remove stray endif To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/lib/libc/time/zdump.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/time/zdump.c diff -u src/lib/libc/time/zdump.c:1.39 src/lib/libc/time/zdump.c:1.40 --- src/lib/libc/time/zdump.c:1.39 Thu Oct 23 14:45:58 2014 +++ src/lib/libc/time/zdump.c Thu Oct 23 17:19:53 2014 @@ -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 @@ delta(struct tm *newp, struct tm *oldp) 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.