diff options
author | Peter Wemm <peter@FreeBSD.org> | 2002-12-02 03:13:37 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2002-12-02 03:13:37 +0000 |
commit | 6361f125fbebb7b3fba759b74fe02de24f44ebf6 (patch) | |
tree | 15f00bd8ebd718713d8c0a8707ebebfced99c550 /contrib/cvs/diff/system.h | |
parent | b2b29aad0d0d63394479a7459a0f17936ce7c064 (diff) |
Notes
Diffstat (limited to 'contrib/cvs/diff/system.h')
-rw-r--r-- | contrib/cvs/diff/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cvs/diff/system.h b/contrib/cvs/diff/system.h index 218d047dc114..0f9cda705c39 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) |