]> git.pld-linux.org Git - packages/dump.git/blob - dump-llh.patch
- up to 0.4b47
[packages/dump.git] / dump-llh.patch
1 --- dump-0.4b36/dump/main.c.orig        2004-04-21 10:55:51.000000000 +0200
2 +++ dump-0.4b36/dump/main.c     2004-06-19 00:32:33.747372855 +0200
3 @@ -66,6 +66,8 @@
4  #include <ext2fs/ext2fs.h>
5  #include <sys/stat.h>
6  #include <bsdcompat.h>
7 +/* <linux/audit.h> includes <asm/types.h> which conflict with <ext2fs/ext2_fs.h> on some archs */
8 +#define _LINUX_AUDIT_H_
9  #include <linux/fs.h>  /* for definition of BLKFLSBUF */
10  #elif defined sunos
11  #include <sys/vnode.h>
This page took 0.065917 seconds and 3 git commands to generate.