# HG changeset patch # User Matti Hamalainen # Date 1352430863 -7200 # Node ID 5e33075ed9dd2257365054c1af5981afdd09a22a # Parent d03e5c73eb518c90b704d58d7bc2fbdcc3552232 Oops, a #ifdef was reversed, causing the xs_fsize() function not to be compiled. diff -r d03e5c73eb51 -r 5e33075ed9dd src/xs_support.c --- a/src/xs_support.c Fri Nov 09 05:13:29 2012 +0200 +++ b/src/xs_support.c Fri Nov 09 05:14:23 2012 +0200 @@ -28,7 +28,7 @@ #include #include -#ifdef __AUDACIOUS_NEWVFS__ +#ifndef __AUDACIOUS_NEWVFS__ off_t xs_fsize(XSFile *f) { off_t pos;