]> git.pld-linux.org Git - packages/util-linux.git/blob - util-linux-raw.patch
- corrected raw-device patches
[packages/util-linux.git] / util-linux-raw.patch
1 --- ./disk-utils/raw.c.orig     Sat Jun 30 13:03:56 2001
2 +++ ./disk-utils/raw.c  Sat Jun 30 13:54:54 2001
3 @@ -19,7 +19,7 @@
4  #include <sys/stat.h>
5  #include <sys/ioctl.h>
6  #include <sys/sysmacros.h>
7 -#include <linux/raw.h>
8 +#include <sys/raw.h>
9  #include <linux/major.h>
10  
11  #ifdef OLD_RAW_DEVS
12 @@ -30,6 +30,8 @@
13  #define RAWDEVDIR "/dev/raw/"
14  #endif
15  
16 +#undef __LINUX_RAW_H
17 +#define __LINUX_RAW_H __SYSTEM_RAW_H
18  
19  char * progname;
20  int    do_query = 0;
This page took 0.062425 seconds and 4 git commands to generate.