Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/compat add test for struct tm tm_gmtoff member
details: https://anonhg.NetBSD.org/src/rev/9936b6cef1d8
branches: trunk
changeset: 789315:9936b6cef1d8
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Wed Aug 14 10:14:45 2013 +0000
description:
add test for struct tm tm_gmtoff member
diffstat:
tools/compat/configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 87a482b30b02 -r 9936b6cef1d8 tools/compat/configure.ac
--- a/tools/compat/configure.ac Wed Aug 14 09:55:05 2013 +0000
+++ b/tools/compat/configure.ac Wed Aug 14 10:14:45 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: configure.ac,v 1.79 2013/08/09 20:12:38 jmcneill Exp $
+# $NetBSD: configure.ac,v 1.80 2013/08/14 10:14:45 jmcneill Exp $
#
# Autoconf definition file for libnbcompat.
#
@@ -137,6 +137,7 @@
struct stat.st_atim, struct stat.st_mtimensec],,,
[#include <sys/stat.h>])
AC_CHECK_MEMBERS(struct statvfs.f_iosize,,, [#include <sys/statvfs.h>])
+AC_CHECK_MEMBERS(struct tm.tm_gmtoff,,, [#include <time.h>])
# Global variable decls.
AC_CHECK_DECLS([optind, optreset],,, [
Home |
Main Index |
Thread Index |
Old Index