aboutsummaryrefslogtreecommitdiffstats
path: root/misc/rpm/files/patch-bi
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-20 20:28:14 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-20 20:28:14 +0000
commit30af7b687ec04b5824e456e5872927901b8cdd0c (patch)
treecd0d4db1d5cad92487313b1654e140beadda6a0d /misc/rpm/files/patch-bi
parent56ec8c7cd1bf45418f18c2e3ce316d1634f44f04 (diff)
`rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".
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