summaryrefslogtreecommitdiff
path: root/app-arch/cpio/files/cpio-2.12-non-gnu-compilers.patch
blob: c7fc7f95b47e45d4ded796cd755cdf0e9ab828da (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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