Revision: 65346
http://sourceforge.net/p/brlcad/code/65346
Author: starseeker
Date: 2015-06-17 04:01:30 +0000 (Wed, 17 Jun 2015)
Log Message:
-----------
function, not variable
Modified Paths:
--------------
brlcad/trunk/CMakeLists.txt
Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2015-06-17 03:54:56 UTC (rev 65345)
+++ brlcad/trunk/CMakeLists.txt 2015-06-17 04:01:30 UTC (rev 65346)
@@ -2076,7 +2076,7 @@
#fork
BRLCAD_FUNCTION_EXISTS(fork HAVE_FORK)
if (NOT HAVE_FORK)
- CONFIG_H_APPEND(BRLCAD "#define fork -1\n")
+ CONFIG_H_APPEND(BRLCAD "#define fork() -1\n")
endif (NOT HAVE_FORK)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits