aboutsummaryrefslogtreecommitdiffstats
path: root/misc/rpm/files/patch-bj
diff options
context:
space:
mode:
Diffstat (limited to 'misc/rpm/files/patch-bj')
-rw-r--r--misc/rpm/files/patch-bj14
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/rpm/files/patch-bj b/misc/rpm/files/patch-bj
deleted file mode 100644
index b48019f66759..000000000000
--- a/misc/rpm/files/patch-bj
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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