Author: rmh Date: 2006-02-04 19:55:17 +0000 (Sat, 04 Feb 2006) New Revision: 1131
Added: trunk/web/patches/tofrodos.diff Log: Add tofrodos.diff. Added: trunk/web/patches/tofrodos.diff =================================================================== --- trunk/web/patches/tofrodos.diff 2006-02-04 19:38:51 UTC (rev 1130) +++ trunk/web/patches/tofrodos.diff 2006-02-04 19:55:17 UTC (rev 1131) @@ -0,0 +1,17 @@ + +Author: rmh +Status: in BTS + +diff -ur tofrodos-1.7.6.old/src/config.h tofrodos-1.7.6/src/config.h +--- tofrodos-1.7.6.old/src/config.h 2005-03-15 16:01:02.000000000 +0100 ++++ tofrodos-1.7.6/src/config.h 2006-02-04 20:19:32.000000000 +0100 +@@ -95,7 +95,7 @@ + #endif + + /* define the systems */ +-#if defined(__linux__) /* (predefined) */ ++#if defined(__linux__) || defined(__GLIBC__) /* (predefined) */ + #if !defined(LINUX) + #define LINUX + #endif + -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

