]> git.pld-linux.org Git - packages/dump.git/blame - dump-llh.patch
- release 4 (by relup.sh)
[packages/dump.git] / dump-llh.patch
CommitLineData
dd90a9a2
JB
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.030174 seconds and 4 git commands to generate.