aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2009-08-25 06:01:11 +0000
committerknarf <knarf@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2009-08-25 06:01:11 +0000
commit30bc2bdc7c338b9e02532e66325ba8e7f59b8bb3 (patch)
treeff8be264537b05564c641f7420fe44ce7f8a328c
parent00881c4ead0e25758c995a3c4373362147c7956f (diff)
protect define from being redefined (__USE_BSD)
git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@93 21a6bef8-4479-4f54-8f8d-0db94a2919ef
-rw-r--r--src/Arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Arch.h b/src/Arch.h
index 3e63669..d72fd08 100644
--- a/src/Arch.h
+++ b/src/Arch.h
@@ -67,6 +67,7 @@ union Integer8 {
char c[8];
}; /* what can be said about the byte order though? */
#else /* its a Mac or Unix box probably */
+#undef __USE_BSD
#define __USE_BSD
#include <sys/types.h>
typedef caddr_t IOFile; /* use caddr_t to store pointers */