summaryrefslogtreecommitdiff
path: root/misc/rpm/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'misc/rpm/patches/patch-aa')
-rw-r--r--misc/rpm/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/rpm/patches/patch-aa b/misc/rpm/patches/patch-aa
new file mode 100644
index 00000000000..d0035ebeaf1
--- /dev/null
+++ b/misc/rpm/patches/patch-aa
@@ -0,0 +1,16 @@
+--- build/myftw.c.orig Thu Jan 23 17:14:47 1997
++++ build/myftw.c Thu Jan 23 17:11:27 1997
+@@ -19,12 +19,12 @@
+ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
+ Cambridge, MA 02139, USA. */
+
++#include <sys/types.h>
+ #include <errno.h>
+ #include <limits.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include <dirent.h>
+-#include <sys/types.h>
+ #include <sys/stat.h>
+
+ #ifndef NAMLEN