Magellan Linux

Annotation of /trunk/dosfstools/patches/dosfstools-2.10-2.6.headers.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 357 byte(s)
-import

1 niro 144 --- dosfsck/boot.org 2004-03-04 06:45:51.368946816 +0000
2     +++ dosfsck/boot.c 2004-03-04 06:45:24.838979984 +0000
3     @@ -14,6 +14,10 @@
4     #include "io.h"
5     #include "boot.h"
6    
7     +#ifndef MSDOS_FAT12
8     +#define MSDOS_FAT12 MAX_FAT12
9     +#endif // !MSDOS_FAT12
10     +
11     #define ROUND_TO_MULTIPLE(n,m) ((n) && (m) ? (n)+(m)-1-((n)-1)%(m) : 0)
12     /* don't divide by zero */