From: Michael Jerris Date: Wed, 22 Feb 2006 23:07:23 +0000 (+0000) Subject: update PACKED X-Git-Tag: v1.0-beta1~3199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26d698de34be86fe32a1582df8d74d615cab10b2;p=thirdparty%2Ffreeswitch.git update PACKED git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@656 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch_platform.h b/src/include/switch_platform.h index ee4c953560..ce81653295 100644 --- a/src/include/switch_platform.h +++ b/src/include/switch_platform.h @@ -75,11 +75,11 @@ typedef __int32 int32_t; typedef __int64 int64_t; typedef unsigned long in_addr_t; #endif - +#define PACKED #else /* packed attribute */ #ifndef PACKED -#define PACKED __attribute__ ((packed)) +#define PACKED __attribute__ ((__packed__)) #endif #include #ifndef getpid