aboutsummaryrefslogtreecommitdiffstats
path: root/misc/rpm/files/patch-bi
diff options
context:
space:
mode:
Diffstat (limited to 'misc/rpm/files/patch-bi')
-rw-r--r--misc/rpm/files/patch-bi25
1 files changed, 0 insertions, 25 deletions
diff --git a/misc/rpm/files/patch-bi b/misc/rpm/files/patch-bi
deleted file mode 100644
index 2f4b57a890a3..000000000000
--- a/misc/rpm/files/patch-bi
+++ /dev/null
@@ -1,25 +0,0 @@
---- lib/fs.c.orig Wed Jun 14 21:34:30 2000
-+++ lib/fs.c Tue Mar 20 22:24:58 2001
-@@ -12,6 +12,11 @@
- /*@only@*/ /*@null@*/ static const char ** fsnames = NULL;
- static int numFilesystems = 0;
-
-+/* dummy getmntent() for FreeBSD */
-+our_mntent *getmntent(FILE *filep) {
-+ return NULL;
-+}
-+
- void freeFilesystems(void)
- {
- if (filesystems) {
-@@ -129,8 +134,10 @@
- # if GETMNTENT_ONE || GETMNTENT_TWO
- mtab = fopen(MOUNTED, "r");
- if (!mtab) {
-+/*
- rpmError(RPMERR_MTAB, _("failed to open %s: %s"), MOUNTED,
- strerror(errno));
-+*/
- return 1;
- }
- # elif HAVE_GETMNTINFO_R