aboutsummaryrefslogtreecommitdiff
path: root/lib/libnfs/printf.patch
blob: 2cdf264c6c3a942b5d2e139faa84fc499119911a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- lib/libnfs-sync.c  2011-06-11 01:23:58.000000000 +0200
+++ lib/libnfs-sync.c  2011-06-13 15:04:59.000000000 +0200
@@ -34,6 +34,9 @@
 #include "libnfs-raw-mount.h"
 #include "libnfs-raw-nfs.h"
 
+#undef printf
+int printf(const char* str, ...){return 0;}
+
 struct sync_cb_data {
        int is_finished;
        int status;