Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/time/zdump.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/time/zdump.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.39 retrieving revision 1.40 diff -u -p -r1.39 -r1.40 --- src/lib/libc/time/zdump.c 2014/10/23 18:45:58 1.39 +++ src/lib/libc/time/zdump.c 2014/10/23 21:19:53 1.40 @@ -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 #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.