1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/korean/msdosfs/patches.5/patch-ad
CHOI Junho deeb9d53f4 ko-msdosfs, VFAT filesystem module supporting CP949 VFAT(unicode), activated.
This port is based on japanese/msdosfs. Thanks Japanese hackers!
2001-03-24 03:48:41 +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 */