Author: al Date: 2009-12-30 22:03:11 +0100 (Wed, 30 Dec 2009) New Revision: 2920
Modified: trunk/src/rs-preload.c Log: Removed precompile condition. Modified: trunk/src/rs-preload.c =================================================================== --- trunk/src/rs-preload.c 2009-12-30 21:01:59 UTC (rev 2919) +++ trunk/src/rs-preload.c 2009-12-30 21:03:11 UTC (rev 2920) @@ -16,10 +16,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#if __gnu_linux__ #define _GNU_SOURCE #include <fcntl.h> -#endif /* __gnu_linux__ */ #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
