]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update PACKED
authorMichael Jerris <mike@jerris.com>
Wed, 22 Feb 2006 23:07:23 +0000 (23:07 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 22 Feb 2006 23:07:23 +0000 (23:07 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@656 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_platform.h

index ee4c95356053c3252c650f363507e20f7cd5154f..ce816532959f8995c43e990f82b5a4a6dc5d1290 100644 (file)
@@ -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 <sys/types.h>
 #ifndef getpid