Magellan Linux

Contents of /trunk/dosfstools/patches/errno.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 257 byte(s)
-import

1 --- mkdosfs/mkdosfs.c.orig 2003-02-27 01:46:48.000000000 -0500
2 +++ mkdosfs/mkdosfs.c 2003-02-27 01:47:00.000000000 -0500
3 @@ -49,6 +49,7 @@
4
5 #include "../version.h"
6
7 +#include <errno.h>
8 #include <fcntl.h>
9 #include <linux/hdreg.h>
10 #include <linux/fs.h>