cpio ver. bump

This commit is contained in:
Rmys
2024-01-19 18:28:49 +03:00
parent 47ca548596
commit e4a361b9cb
5 changed files with 142 additions and 20 deletions
@@ -0,0 +1,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