dump/dump-0.4b43-include.patch

14 lines
346 B
Diff
Raw Permalink Normal View History

Index: b/dump/main.c
===================================================================
--- a/dump/main.c
+++ b/dump/main.c
@@ -60,6 +60,8 @@
#include <ext2fs/ext2fs.h>
#include <sys/stat.h>
#include <bsdcompat.h>
+
+#define pgoff_t unsigned long
#include <linux/fs.h> /* for definition of BLKFLSBUF */
#include <protocols/dumprestore.h>