components/tmux/patches/server-client.c.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 25 Nov 2013 11:08:35 -0800
changeset 1573 06b6abfdf78a
parent 1476 ab7bed457fe6
permissions -rw-r--r--
Close of build 36.

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"