]> Zhao Yanbai Git Server - minix.git/commitdiff
Reverted __packed for ACK
authorTomas Hruby <tom@minix3.org>
Fri, 6 Aug 2010 10:28:40 +0000 (10:28 +0000)
committerTomas Hruby <tom@minix3.org>
Fri, 6 Aug 2010 10:28:40 +0000 (10:28 +0000)
- ack does not produce packed structures

include/sys/cdefs.h

index f793086da8c97faf0889fa92390fb82e58f2143d..c982b3307496ee7e2fce65e6a88afc9633c12d85 100644 (file)
 #define        __packed        _Pragma("packed 1")
 #define        __aligned(x)    _Pragma("aligned " __STRING(x))
 #define        __section(x)    _Pragma("section " ## x)
-#elif defined(__ACK__)
-#define        __packed
-#define        __aligned(x)    error: no __aligned for this compiler
-#define        __section(x)    error: no __section for this compiler
 #else
 #define        __packed        error: no __packed for this compiler
 #define        __aligned(x)    error: no __aligned for this compiler