1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/misc/rpm/files/patch-bi
2000-11-02 04:00:03 +00:00

14 lines
334 B
Plaintext

--- lib/fs.c.orig Thu Nov 2 12:54:47 2000
+++ lib/fs.c Thu Nov 2 12:55:32 2000
@@ -129,8 +129,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