freebsd-ports/japanese/msdosfs/patches.5/patch-ad
R. Imura 183c7be52b Add new port: ja-msdosfs - mounts japanese FAT.
Be sure to edit ${FILESDIR}/revlist if you modify this
port and sync with the kernel.
2000-10-07 15:34:21 +00:00

11 lines
321 B
Plaintext

--- msdosfs_fat.c.orig Mon Apr 10 04:32:36 2000
+++ msdosfs_fat.c Wed Oct 4 00:53:48 2000
@@ -55,6 +55,7 @@
*/
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/bio.h>
#include <sys/buf.h>
#include <sys/mount.h> /* to define statfs structure */
#include <sys/vnode.h> /* to define vattr structure */