components/tmux/patches/server-client.c.patch
author mahmood.ali@oracle.com <mahmood.ali@oracle.com>
Tue, 17 Sep 2013 16:15:04 -0700
changeset 1476 ab7bed457fe6
permissions -rw-r--r--
PSARC 2013/270 tmux version 1.8 17195662 tmux required for Solaris

In-House patch. Submitted to upstream, but not accepted yet.
Added errno.h to remove compile error of defininig extern int errno without including errno.h.

--- tmux-1.8/server-client.c.orig	2013-08-13 12:42:15.161702456 -0700
+++ tmux-1.8/server-client.c	2013-08-13 12:44:32.917403564 -0700
@@ -25,6 +25,7 @@
 #include <string.h>
 #include <time.h>
 #include <unistd.h>
+#include <errno.h>
 
 #include "tmux.h"