SHA256
1
0
forked from pool/rsync
OBS User unknown
2007-05-08 18:10:02 +00:00
committed by Git OBS Bridge
parent ffe8f2cbca
commit 0fa905b311
3 changed files with 45 additions and 1 deletions

View File

@@ -10,3 +10,36 @@
TLS_OBJ = tls.o syscall.o lib/compat.o lib/snprintf.o lib/permstring.o
--- batch.c
+++ batch.c
@@ -21,7 +21,7 @@
*/
#include "rsync.h"
-#include "zlib/zlib.h"
+#include <zlib.h>
#include <time.h>
extern int eol_nulls;
--- options.c
+++ options.c
@@ -22,7 +22,7 @@
#include "rsync.h"
#include <popt.h>
-#include "zlib/zlib.h"
+#include <zlib.h>
extern int module_id;
extern int sanitize_paths;
--- token.c
+++ token.c
@@ -21,7 +21,7 @@
*/
#include "rsync.h"
-#include "zlib/zlib.h"
+#include <zlib.h>
extern int do_compression;
extern int module_id;