mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
fix testsuite problems
This commit is contained in:
@@ -13,8 +13,12 @@ case $# in
|
||||
;;
|
||||
esac
|
||||
|
||||
find "$source_dir" -name "*.c" -o -name "*.h" \! -path "$source_dir/3rdparty/*" | while read f; do
|
||||
source_dir=`readlink -f "$source_dir"`
|
||||
|
||||
find "$source_dir" -name "*.c" -o -name "*.h" | while read f; do
|
||||
case $f in
|
||||
${source_dir}/3rdparty/*)
|
||||
;;
|
||||
${source_dir}/*/CMakeFiles/*)
|
||||
;;
|
||||
${source_dir}/CMakeFiles/*)
|
||||
|
||||
@@ -20,10 +20,10 @@
|
||||
#include <sys/stat.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#undef _POSIX_SOURCE
|
||||
#include "../3rdparty/xdelta3-3.0.8/xdelta3.h"
|
||||
#include "../3rdparty/xdelta3-3.0.8/xdelta3.c"
|
||||
#include "../3rdparty/xdelta3-3.0.8/xdelta3-decode.h"
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
static int code(int encode, FILE * InFile, FILE * SrcFile, FILE * OutFile,
|
||||
|
||||
Reference in New Issue
Block a user