summaryrefslogtreecommitdiff
path: root/archivers/rpm/files/patch-bj
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/rpm/files/patch-bj')
-rw-r--r--archivers/rpm/files/patch-bj14
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/rpm/files/patch-bj b/archivers/rpm/files/patch-bj
new file mode 100644
index 000000000000..b48019f66759
--- /dev/null
+++ b/archivers/rpm/files/patch-bj
@@ -0,0 +1,14 @@
+--- system.h.orig Tue Mar 20 22:24:05 2001
++++ system.h Tue Mar 20 22:24:30 2001
+@@ -351,9 +351,9 @@
+ # elif HAVE_STRUCT_MNTTAB
+ # include <stdio.h>
+ # include <mnttab.h>
+- struct our_mntent {
++ typedef struct our_mntent {
+ char * our_mntdir;
+- };
++ } our_mntent;
+ struct our_mntent *getmntent(FILE *filep);
+ # define our_mntent struct our_mntent
+ # else