summaryrefslogtreecommitdiff
path: root/sysutils/e2fsprogs/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/e2fsprogs/patches/patch-af')
-rw-r--r--sysutils/e2fsprogs/patches/patch-af11
1 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/e2fsprogs/patches/patch-af b/sysutils/e2fsprogs/patches/patch-af
index 6a3a0a7431d..1a134399073 100644
--- a/sysutils/e2fsprogs/patches/patch-af
+++ b/sysutils/e2fsprogs/patches/patch-af
@@ -1,6 +1,7 @@
-$NetBSD: patch-af,v 1.4 2007/06/06 10:29:15 martti Exp $
---- lib/ext2fs/ismounted.c.orig 2007-06-06 13:22:30.000000000 +0300
-+++ lib/ext2fs/ismounted.c 2007-06-06 13:23:15.000000000 +0300
+$NetBSD: patch-af,v 1.5 2007/06/20 19:51:09 jlam Exp $
+
+--- lib/ext2fs/ismounted.c.orig 2005-09-06 05:40:14.000000000 -0400
++++ lib/ext2fs/ismounted.c
@@ -29,7 +29,11 @@
#include <sys/mount.h>
#endif /* HAVE_GETMNTINFO */
@@ -13,7 +14,7 @@ $NetBSD: patch-af,v 1.4 2007/06/06 10:29:15 martti Exp $
#include "ext2_fs.h"
#include "ext2fs.h"
-@@ -196,7 +200,11 @@
+@@ -196,7 +200,11 @@ static errcode_t check_mntent(const char
static errcode_t check_getmntinfo(const char *file, int *mount_flags,
char *mtpt, int mtlen)
{
@@ -25,7 +26,7 @@ $NetBSD: patch-af,v 1.4 2007/06/06 10:29:15 martti Exp $
int len, n;
const char *s1;
char *s2;
-@@ -325,9 +333,9 @@
+@@ -325,9 +333,9 @@ errcode_t ext2fs_check_mount_point(const
*mount_flags |= EXT2_MF_BUSY;
} else
close(fd);