Module Name: src Committed By: christos Date: Tue Oct 7 22:14:46 UTC 2014
Modified Files: src/lib/libc/time: zdump.c zic.c Log Message: remove version stuff To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/lib/libc/time/zdump.c cvs rdiff -u -r1.51 -r1.52 src/lib/libc/time/zic.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.36 src/lib/libc/time/zdump.c:1.37 --- src/lib/libc/time/zdump.c:1.36 Tue Oct 7 17:51:03 2014 +++ src/lib/libc/time/zdump.c Tue Oct 7 18:14:46 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: zdump.c,v 1.36 2014/10/07 21:51:03 christos Exp $ */ +/* $NetBSD: zdump.c,v 1.37 2014/10/07 22:14:46 christos Exp $ */ /* ** This file is in the public domain, so clarified as of ** 2009-05-17 by Arthur David Olson. @@ -6,10 +6,9 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: zdump.c,v 1.36 2014/10/07 21:51:03 christos Exp $"); +__RCSID("$NetBSD: zdump.c,v 1.37 2014/10/07 22:14:46 christos Exp $"); #endif /* !defined lint */ -#include "version.h" /* ** This code has been made independent of the rest of the time ** conversion package to increase confidence in the verification it provides. Index: src/lib/libc/time/zic.c diff -u src/lib/libc/time/zic.c:1.51 src/lib/libc/time/zic.c:1.52 --- src/lib/libc/time/zic.c:1.51 Tue Oct 7 17:51:03 2014 +++ src/lib/libc/time/zic.c Tue Oct 7 18:14:46 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: zic.c,v 1.51 2014/10/07 21:51:03 christos Exp $ */ +/* $NetBSD: zic.c,v 1.52 2014/10/07 22:14:46 christos Exp $ */ /* ** This file is in the public domain, so clarified as of ** 2006-07-17 by Arthur David Olson. @@ -10,10 +10,9 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: zic.c,v 1.51 2014/10/07 21:51:03 christos Exp $"); +__RCSID("$NetBSD: zic.c,v 1.52 2014/10/07 22:14:46 christos Exp $"); #endif /* !defined lint */ -#include "version.h" #include "private.h" #include "locale.h" #include "tzfile.h"