mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
deeb9d53f4
This port is based on japanese/msdosfs. Thanks Japanese hackers!
11 lines
321 B
Plaintext
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 */
|