From 3dc96f7243ece1d1f7f87b03334f840415e0db63 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 2 Dec 2002 03:13:37 +0000 Subject: Import cvs-1.11.2.1 as of 2002/12/01 onto vendor branch. This fixes all of the bugs that I know of. We've been running a slightly older version of this on freefall/repoman, where it was afflicted by a silly merge error on my part (fixed). Approved by: re --- contrib/cvs/diff/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/cvs/diff/system.h') diff --git a/contrib/cvs/diff/system.h b/contrib/cvs/diff/system.h index 218d047..0f9cda7 100644 --- a/contrib/cvs/diff/system.h +++ b/contrib/cvs/diff/system.h @@ -132,7 +132,7 @@ GNU General Public License for more details. #endif #ifndef STAT_BLOCKSIZE -#if HAVE_ST_BLKSIZE +#if HAVE_STRUCT_STAT_ST_BLKSIZE #define STAT_BLOCKSIZE(s) (s).st_blksize #else #define STAT_BLOCKSIZE(s) (8 * 1024) -- cgit v1.1