From 30bc2bdc7c338b9e02532e66325ba8e7f59b8bb3 Mon Sep 17 00:00:00 2001 From: knarf Date: Tue, 25 Aug 2009 06:01:11 +0000 Subject: protect define from being redefined (__USE_BSD) git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@93 21a6bef8-4479-4f54-8f8d-0db94a2919ef --- src/Arch.h | 1 + 1 file changed, 1 insertion(+) 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 typedef caddr_t IOFile; /* use caddr_t to store pointers */ -- cgit v1.2.3