diff options
author | Memphiz <memphis@machzwo.de> | 2011-07-18 23:38:47 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2011-07-18 23:38:47 +0200 |
commit | 43a13d3bf8eaf49da153a697cb8f0a63f63aba8f (patch) | |
tree | 34fa050a8e08c4720175252918d71074c8f191e5 /lib/libnfs/printf.patch | |
parent | c8e583d76b68f896e3f4ef8a322f1598d00e219e (diff) |
[libnfs] - version bump to new api and new buildsys
Diffstat (limited to 'lib/libnfs/printf.patch')
-rw-r--r-- | lib/libnfs/printf.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/libnfs/printf.patch b/lib/libnfs/printf.patch deleted file mode 100644 index 2cdf264c6c..0000000000 --- a/lib/libnfs/printf.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- 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; |