From ce5383ee091d5e365e7f8ca33020777ea312cd09 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Fri, 16 Mar 2007 09:37:04 +0000 Subject: Correct an nonsensical #if git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12800 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/sansapatcher/sansaio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rbutil/sansapatcher/sansaio.h b/rbutil/sansapatcher/sansaio.h index ef99faf1c7..f30884887c 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 -- cgit v1.2.3