[Gd-chatter] r11173 - trunk/fundev/sources/lib/run-time

hannes at gwydiondylan.org hannes at gwydiondylan.org
Mon Feb 12 00:33:32 CET 2007


Author: hannes
Date: Mon Feb 12 00:33:31 2007
New Revision: 11173

Modified:
   trunk/fundev/sources/lib/run-time/linux-support.c
Log:
Job: fd
fix FreeBSD ifndef


Modified: trunk/fundev/sources/lib/run-time/linux-support.c
==============================================================================
--- trunk/fundev/sources/lib/run-time/linux-support.c	(original)
+++ trunk/fundev/sources/lib/run-time/linux-support.c	Mon Feb 12 00:33:31 2007
@@ -2,7 +2,7 @@
 
 #include <time.h>
 #include <stdio.h>
-#ifndef FREEBSD 
+#ifndef __FreeBSD__ 
 #include <malloc.h>
 #else
 #include <stdlib.h>



More information about the chatter mailing list