]> git.pld-linux.org Git - packages/dosfstools.git/blob - dosfstools-errno.patch
d1ef2b8258d02a2a032087d828b88912 dosfstools-errno.patch
[packages/dosfstools.git] / dosfstools-errno.patch
1 --- dosfstools-2.8/mkdosfs/mkdosfs.c~   2000-11-28 16:23:58.000000000 +0000
2 +++ dosfstools-2.8/mkdosfs/mkdosfs.c    2003-05-09 13:00:45.000000000 +0000
3 @@ -64,6 +64,7 @@
4  #include <sys/types.h>
5  #include <unistd.h>
6  #include <time.h>
7 +#include <errno.h>
8  
9  #if __BYTE_ORDER == __BIG_ENDIAN
10  
This page took 0.030908 seconds and 3 git commands to generate.