updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / jfsrec-svn / jfsrec-gcc-4.3.patch
blobff4e4bcf867fc621fa181c65cbd96d282b322e0c
1 diff -uBdr jfsrec/src/device.cpp jfsrec-build/src/device.cpp
2 --- jfsrec/src/device.cpp 2009-12-01 18:34:03.860437077 +0100
3 +++ jfsrec-build/src/device.cpp 2009-12-01 18:39:48.297067088 +0100
4 @@ -20,6 +20,7 @@
5 //Parts of the code in this file was originally taken from JFS's xpeek (debugfs_jfs)
7 #include "device.h"
8 +#include <stdio.h>
9 #ifdef __linux__
10 #include <linux/fs.h>
11 #include <sys/ioctl.h>
12 diff -uBdr jfsrec/src/unicode_to_utf8.cpp jfsrec-build/src/unicode_to_utf8.cpp
13 --- jfsrec/src/unicode_to_utf8.cpp 2009-12-01 18:34:03.860437077 +0100
14 +++ jfsrec-build/src/unicode_to_utf8.cpp 2009-12-01 18:39:43.501626737 +0100
15 @@ -8,6 +8,7 @@
17 #include <config.h>
18 #include "unicode_to_utf8.h"
19 +#include <string.h>
20 #define JFS_PATH_MAX 4096