From owner-svn-src-all@FreeBSD.ORG Mon Jul 2 05:57:02 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 088D01065673; Mon, 2 Jul 2012 05:57:02 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AAB678FC14; Mon, 2 Jul 2012 05:57:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q625v1ch047645; Mon, 2 Jul 2012 05:57:01 GMT (envelope-from obrien@svn.freebsd.org) Received: (from obrien@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q625v1MT047643; Mon, 2 Jul 2012 05:57:01 GMT (envelope-from obrien@svn.freebsd.org) Message-Id: <201207020557.q625v1MT047643@svn.freebsd.org> From: "David E. O'Brien" Date: Mon, 2 Jul 2012 05:57:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r237951 - stable/9/gnu/usr.bin/cvs/lib X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2012 05:57:02 -0000 Author: obrien Date: Mon Jul 2 05:57:01 2012 New Revision: 237951 URL: http://svn.freebsd.org/changeset/base/237951 Log: 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. Modified: stable/9/gnu/usr.bin/cvs/lib/config.h.proto Directory Properties: stable/9/ (props changed) Modified: stable/9/gnu/usr.bin/cvs/lib/config.h.proto ============================================================================== --- stable/9/gnu/usr.bin/cvs/lib/config.h.proto Mon Jul 2 05:35:55 2012 (r237950) +++ stable/9/gnu/usr.bin/cvs/lib/config.h.proto Mon Jul 2 05:57:01 2012 (r237951) @@ -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