diff options
| -rw-r--r-- | rbutil/sansapatcher/sansaio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/sansapatcher/sansaio.h b/rbutil/sansapatcher/sansaio.h index ef99faf..f308848 100644 --- a/rbutil/sansapatcher/sansaio.h +++ b/rbutil/sansapatcher/sansaio.h @@ -31,7 +31,7 @@ #define O_BINARY 0 /* Only Linux seems to need lseek64 and loff_t */ -#if !defined(linux) && defined (__linux) +#if !defined(linux) && !defined (__linux) #define loff_t off_t #define lseek64 lseek #endif |