Revision: 55594
http://sourceforge.net/p/brlcad/code/55594
Author: starseeker
Date: 2013-05-29 23:23:43 +0000 (Wed, 29 May 2013)
Log Message:
-----------
Haiku's sys/types.h doesn't use protective wrappers around its off_t
definition, so check directly.
Modified Paths:
--------------
brlcad/trunk/src/other/libregex/regex.h
Modified: brlcad/trunk/src/other/libregex/regex.h
===================================================================
--- brlcad/trunk/src/other/libregex/regex.h 2013-05-29 21:45:14 UTC (rev
55593)
+++ brlcad/trunk/src/other/libregex/regex.h 2013-05-29 23:23:43 UTC (rev
55594)
@@ -65,7 +65,7 @@
#include <sys/types.h>
-#if !defined(_WIN32) && !defined(__APPLE__) && !defined(__off_t_defined) &&
!defined(_OFF_T_DECLARED)
+#if !defined(_WIN32) && !defined(__APPLE__) && !defined(__HAIKU__) &&
!defined(__off_t_defined) && !defined(_OFF_T_DECLARED)
typedef ptrdiff_t off_t;
# define __off_t_defined 1
# define _OFF_T_DECLARED 1
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits