From e69e7a8553aec4778b385a3127bc294fb824db9d Mon Sep 17 00:00:00 2001 From: Michael Cahill Date: Mon, 28 Feb 2011 15:26:26 +1100 Subject: Fix the build on 64-bit systems. --- dist/s_style | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dist/s_style') diff --git a/dist/s_style b/dist/s_style index 6d56db16d39..ff2d84adacc 100644 --- a/dist/s_style +++ b/dist/s_style @@ -43,7 +43,8 @@ for f in `sed -e '/^[a-z]/! d' filelist` $extra; do -e 's/\([|&=+-]\) *\([^*]\)/\1 \2/' \ -e 's/(void) /(void)/' \ -e 's/(unsigned)/(unsigned int)/' \ - -e 's/^#define /#define /' >$t + -e 's/^#define /#define /' \ + -e 's/sizeof(WT_PAGE_DISK)/WT_PAGE_DISK_SIZE/g' >$t cmp $t $f > /dev/null 2>&1 || (echo "$f" && cp $t $f) done) -- cgit v1.2.1