From a41290959d1debe226d29e3791e222805c7fadb3 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 2 Jul 2012 05:57:01 +0000 Subject: [PATCH] MFC: r229809: Don't include . The purpose of not including is to avoid the compiler warning we put in . So this change will cause CVS to provide its own definition of 'struct timeb'. This is only OK because the code never calls the libc ftime(3) interface. CVS only uses 'struct timeb' as a convenience structure -- thus it doesn't matter how its supplied definition does or does not match the ftime(3) ABI. git-svn-id: svn://svn.freebsd.org/base/stable/9@237951 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- gnu/usr.bin/cvs/lib/config.h.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/cvs/lib/config.h.proto b/gnu/usr.bin/cvs/lib/config.h.proto index b88faa7d0..30a4f00e0 100644 --- a/gnu/usr.bin/cvs/lib/config.h.proto +++ b/gnu/usr.bin/cvs/lib/config.h.proto @@ -324,7 +324,7 @@ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ -#define HAVE_SYS_TIMEB_H 1 +/* #undef HAVE_SYS_TIMEB_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_TIME_H 1 -- 2.45.0