28 lines
677 B
Diff
28 lines
677 B
Diff
diff -Nru cpio-2.10/src/Makefile.am cpio-2.10.patched/src/Makefile.am
|
|
--- cpio-2.10/src/Makefile.am 2009-06-19 11:24:50.000000000 +0200
|
|
+++ cpio-2.10.patched/src/Makefile.am 2009-08-08 20:14:26.000000000 +0200
|
|
@@ -37,6 +37,10 @@
|
|
makepath.c\
|
|
userspec.c
|
|
|
|
+mt_SOURCES = \
|
|
+ fatal.c\
|
|
+ mt.c
|
|
+
|
|
noinst_HEADERS =\
|
|
cpio.h\
|
|
cpiohdr.h\
|
|
diff -Nru cpio-2.10/src/mt.c cpio-2.10.patched/src/mt.c
|
|
--- cpio-2.10/src/mt.c 2009-02-14 19:15:50.000000000 +0100
|
|
+++ cpio-2.10.patched/src/mt.c 2009-08-08 20:14:49.000000000 +0200
|
|
@@ -77,6 +77,9 @@
|
|
#endif
|
|
#include <rmt-command.h>
|
|
|
|
+#include "configmake.h"
|
|
+#include "paxlib.h"
|
|
+
|
|
#if defined(HAVE_UNISTD_H)
|
|
#include <unistd.h>
|
|
#endif
|