X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fwrap.c;h=376beaf649c39226c233c53b5ed5b70711ac196b;hb=ee90e535c985f697c71d839083aed16710f846fd;hp=1fad2d79f1b5b63caf136af2cbbddd551d0adb69;hpb=fd5fbfdd4d43c3d88c61f4d3240100b9333f4675;p=sbcl.git diff --git a/src/runtime/wrap.c b/src/runtime/wrap.c index 1fad2d7..376beaf 100644 --- a/src/runtime/wrap.c +++ b/src/runtime/wrap.c @@ -167,7 +167,7 @@ wrapped_readlink(char *path) * * Some motivated spark fixed MIPS. -- ths, 2005-10-06 */ -#if defined (LISP_FEATURE_LARGEFILE) +#if defined(LISP_FEATURE_LARGEFILE) && !defined(LISP_FEATURE_MIPS) typedef dev_t ffi_dev_t; typedef off_t ffi_off_t; #elif defined(LISP_FEATURE_MIPS)