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 version stuff



details:   https://anonhg.NetBSD.org/src/rev/c91a04d12acb
branches:  trunk
changeset: 332757:c91a04d12acb
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Oct 07 22:14:46 2014 +0000

description:
remove version stuff

diffstat:

 lib/libc/time/zdump.c |  5 ++---
 lib/libc/time/zic.c   |  5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r 7da1c1800428 -r c91a04d12acb lib/libc/time/zdump.c
--- a/lib/libc/time/zdump.c     Tue Oct 07 22:14:05 2014 +0000
+++ b/lib/libc/time/zdump.c     Tue Oct 07 22:14:46 2014 +0000
@@ -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.
diff -r 7da1c1800428 -r c91a04d12acb lib/libc/time/zic.c
--- a/lib/libc/time/zic.c       Tue Oct 07 22:14:05 2014 +0000
+++ b/lib/libc/time/zic.c       Tue Oct 07 22:14:46 2014 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index