summaryrefslogtreecommitdiff
path: root/contrib/cvs/diff/system.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2002-12-02 03:13:37 +0000
committerPeter Wemm <peter@FreeBSD.org>2002-12-02 03:13:37 +0000
commit6361f125fbebb7b3fba759b74fe02de24f44ebf6 (patch)
tree15f00bd8ebd718713d8c0a8707ebebfced99c550 /contrib/cvs/diff/system.h
parentb2b29aad0d0d63394479a7459a0f17936ce7c064 (diff)
Notes
Diffstat (limited to 'contrib/cvs/diff/system.h')
-rw-r--r--contrib/cvs/diff/system.h2
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)