[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29737] branches/soc-2010-jwilkins/source/ blender/imbuf/intern/cineon/cineonlib.c: commenting this out probably needs to be ifdeffed based on which platform

Tom Musgrove LetterRip at gmail.com
Sun Jun 27 13:37:34 CEST 2010


Revision: 29737
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29737
Author:   letterrip
Date:     2010-06-27 13:37:34 +0200 (Sun, 27 Jun 2010)

Log Message:
-----------
commenting this out probably needs to be ifdeffed based on which platform

Modified Paths:
--------------
    branches/soc-2010-jwilkins/source/blender/imbuf/intern/cineon/cineonlib.c

Modified: branches/soc-2010-jwilkins/source/blender/imbuf/intern/cineon/cineonlib.c
===================================================================
--- branches/soc-2010-jwilkins/source/blender/imbuf/intern/cineon/cineonlib.c	2010-06-27 11:35:25 UTC (rev 29736)
+++ branches/soc-2010-jwilkins/source/blender/imbuf/intern/cineon/cineonlib.c	2010-06-27 11:37:34 UTC (rev 29737)
@@ -31,7 +31,7 @@
 #include <winsock.h>
 #else
 #include <netinet/in.h>	 /* htonl() */
-#include <arpa/inet.h> /* htonl() on OS X */
+/* #include <arpa/inet.h> */ /* htonl() on OS X */
 
 #endif
 #include <string.h>			 /* memset */





More information about the Bf-blender-cvs mailing list