summaryrefslogtreecommitdiff
path: root/sysutils/fuser/files/extra::patch-msdosfs.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-11-28 09:19:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-11-28 09:19:01 +0000
commit127f0f78f6f797eb8052ae373c36efecfb32d279 (patch)
tree3446bfabe3f012c4d2acba7a37443627e8b6bf0a /sysutils/fuser/files/extra::patch-msdosfs.c
parent- Update to 1.12 (diff)
2012-11-27 graphics/morpheus: Depends on the expired gtkglarea
2012-11-27 devel/jakarta-commons-chain: Depends on the expired devel/portlet-api 2012-11-27 math/p5-Math-LinearCombination: Depends on the expired p5-Class-Field 2012-11-26 x11/padkey: No more public distfiles 2012-11-26 japanese/gicq: No more public distfiles and development ceased 2012-11-26 www/momspider: No more public distfiles 2012-11-26 japanese/perl5: Recent perl supports correctly japanese, consider using them 2012-11-26 sysutils/fuser: No more public distfiles 2012-11-26 textproc/ascii2pdf: No more public distfiles Feature safe: yes
Notes
Notes: svn path=/head/; revision=307894
Diffstat (limited to 'sysutils/fuser/files/extra::patch-msdosfs.c')
-rw-r--r--sysutils/fuser/files/extra::patch-msdosfs.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/sysutils/fuser/files/extra::patch-msdosfs.c b/sysutils/fuser/files/extra::patch-msdosfs.c
deleted file mode 100644
index 1cf9268ff476..000000000000
--- a/sysutils/fuser/files/extra::patch-msdosfs.c
+++ /dev/null
@@ -1,25 +0,0 @@
---- msdosfs.c.orig 2009-06-07 12:53:34.000000000 +0400
-+++ msdosfs.c 2009-06-07 12:57:41.000000000 +0400
-@@ -72,6 +72,7 @@
- struct denode denode;
- u_long dirsperblk;
- struct msdosfsmount mnt;
-+ struct vnode devvp;
- int fileid;
- int ret;
-
-@@ -90,7 +91,13 @@
- return 1;
- }
-
-- fsp->dev = dev2udev(denode.de_dev);
-+ ret = KVM_READ(kd, mnt.pm_devvp, &devvp, sizeof(devvp));
-+ if (ret != sizeof(devvp)) {
-+ warnx("can't read vnode info at %p\n", (void *)mnt.pm_devvp);
-+ return 1;
-+ }
-+
-+ fsp->dev = dev2udev(devvp.v_rdev);
-
- /*
- * XXX -