You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
223 B
12 lines
223 B
9 years ago
|
--- cpio-2.12/src/cpiohdr.h
|
||
|
+++ cpio-2.12/src/cpiohdr.h
|
||
|
@@ -25,6 +25,8 @@
|
||
|
|
||
|
# ifdef HAVE_ATTRIB_PACKED
|
||
|
# define ATTRIB_PACKED __attribute__((packed))
|
||
|
+# else
|
||
|
+# define ATTRIB_PACKED
|
||
|
# endif
|
||
|
|
||
|
# ifdef HAVE_PRAGMA_PACK
|