Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/time include private.h to get access to TM_GMTOFF



details:   https://anonhg.NetBSD.org/src/rev/9c7006de7126
branches:  trunk
changeset: 784541:9c7006de7126
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 31 15:47:53 2013 +0000

description:
include private.h to get access to TM_GMTOFF

diffstat:

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

diffs (27 lines):

diff -r 37c6c23d629a -r 9c7006de7126 lib/libc/time/zdump.c
--- a/lib/libc/time/zdump.c     Thu Jan 31 15:22:50 2013 +0000
+++ b/lib/libc/time/zdump.c     Thu Jan 31 15:47:53 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: zdump.c,v 1.26 2012/10/24 00:10:03 christos Exp $      */
+/*     $NetBSD: zdump.c,v 1.27 2013/01/31 15:47: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.26 2012/10/24 00:10:03 christos Exp $");
+__RCSID("$NetBSD: zdump.c,v 1.27 2013/01/31 15:47:53 christos Exp $");
 #endif /* !defined lint */
 
 #include "version.h"
@@ -28,6 +28,8 @@
 #define isascii(x) 1
 #endif /* !defined isascii */
 
+#include "private.h"
+
 #ifndef ZDUMP_LO_YEAR
 #define ZDUMP_LO_YEAR  (-500)
 #endif /* !defined ZDUMP_LO_YEAR */



Home | Main Index | Thread Index | Old Index