diff options
Diffstat (limited to 'sysutils/watchman/files/patch-root.c')
-rw-r--r-- | sysutils/watchman/files/patch-root.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/watchman/files/patch-root.c b/sysutils/watchman/files/patch-root.c deleted file mode 100644 index 472e33a4a22c..000000000000 --- a/sysutils/watchman/files/patch-root.c +++ /dev/null @@ -1,11 +0,0 @@ ---- root.c.orig 2014-11-03 21:24:12 UTC -+++ root.c -@@ -1092,7 +1092,7 @@ void set_poison_state(w_root_t *root, st - "All requests will continue to fail with this message until you resolve\n" - "the underlying problem. You will find more information on fixing this at\n" - "https://facebook.github.io/watchman/docs/troubleshooting.html#poison-%s\n", -- now.tv_sec, -+ (long)now.tv_sec, - syscall, - dir->path->len, - dir->path->buf, |