Browse Source

Applying Suses dosfstools-2.11-linuxfs.patch from Ruediger Oertel
<ro@suse.de> to not include linux/fs.h.

Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>

Daniel Baumann 15 years ago
parent
commit
cf243e4a84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mkdosfs/mkdosfs.c

+ 1 - 1
mkdosfs/mkdosfs.c

@@ -51,7 +51,7 @@
 
 #include <fcntl.h>
 #include <linux/hdreg.h>
-#include <linux/fs.h>
+#include <sys/mount.h>
 #include <linux/fd.h>
 #include <endian.h>
 #include <mntent.h>