mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
tmux: import from packages, update to latest
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
diff --git a/compat.h b/compat.h
|
||||
index 65d6ec7..7fc3aa7 100644
|
||||
--- a/compat.h
|
||||
+++ b/compat.h
|
||||
@@ -219,7 +219,9 @@ int daemon(int, int);
|
||||
#ifndef HAVE_B64_NTOP
|
||||
/* b64_ntop.c */
|
||||
#undef b64_ntop /* for Cygwin */
|
||||
-int b64_ntop(const char *, size_t, char *, size_t);
|
||||
+int local_b64_ntop(const char *, size_t, char *, size_t);
|
||||
+#else
|
||||
+#define local_b64_ntop b64_ntop
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_FORKPTY
|
||||
Reference in New Issue
Block a user