]> git.pld-linux.org Git - packages/dosfstools.git/blob - dosfstools-linux24.patch
- patch from RH.
[packages/dosfstools.git] / dosfstools-linux24.patch
1 --- dosfstools-2.2/dosfsck/dosfsck.h.linux24    Fri Jul  2 08:38:27 1999
2 +++ dosfstools-2.2/dosfsck/dosfsck.h    Thu Jun 15 17:51:47 2000
3 @@ -11,6 +11,7 @@
4  
5  #include <sys/types.h>
6  #define _LINUX_STAT_H          /* hack to avoid inclusion of <linux/stat.h> */
7 +#define _LINUX_STRING_H_        /* hack to avoid inclusion of <linux/string.h> */
8  #include <linux/msdos_fs.h>
9  
10  /* 2.1 kernels use le16_to_cpu() type functions for CF_LE_W & Co., but don't
11 --- dosfstools-2.2/dosfsck/boot.c.linux24       Tue May 11 04:51:06 1999
12 +++ dosfstools-2.2/dosfsck/boot.c       Thu Jun 15 17:51:47 2000
13 @@ -8,6 +8,7 @@
14  #include <stdio.h>
15  #include <string.h>
16  #include <sys/types.h>
17 +#define _LINUX_STRING_H_
18  #include <linux/msdos_fs.h>
19  
20  #include "common.h"
21 --- dosfstools-2.2/dosfsck/fat.c.linux24        Thu Jun 15 17:52:34 2000
22 +++ dosfstools-2.2/dosfsck/fat.c        Thu Jun 15 17:52:53 2000
23 @@ -11,6 +11,7 @@
24  #include <string.h>
25  #include <unistd.h>
26  
27 +#define _LINUX_STRING_H_        /* hack to avoid inclusion of <linux/string.h> */
28  #include <linux/msdos_fs.h>
29  
30  #include "common.h"
31 --- dosfstools-2.2/dosfsck/file.c.linux24       Thu Jun 15 17:53:07 2000
32 +++ dosfstools-2.2/dosfsck/file.c       Thu Jun 15 17:53:14 2000
33 @@ -12,6 +12,7 @@
34  #include <ctype.h>
35  #include <unistd.h>
36  
37 +#define _LINUX_STRING_H_        /* hack to avoid inclusion of <linux/string.h> */
38  #include <linux/msdos_fs.h>
39  
40  #include "common.h"
41 --- dosfstools-2.2/dosfsck/file.h.linux24       Thu Jun 15 17:53:19 2000
42 +++ dosfstools-2.2/dosfsck/file.h       Thu Jun 15 17:53:24 2000
43 @@ -6,6 +6,7 @@
44  #ifndef _FILE_H
45  #define _FILE_H
46  
47 +#define _LINUX_STRING_H_        /* hack to avoid inclusion of <linux/string.h> */
48  #include <linux/msdos_fs.h>
49  
50  
This page took 0.069535 seconds and 3 git commands to generate.