diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-10-23 17:51:02 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-10-23 17:51:02 +0000 |
commit | 134a33f6e016eb26064a9f61c83b704c3e785995 (patch) | |
tree | b652ba9d253eeeaa7cf3df1ffe3d49d090bcb66c | |
parent | cc9ef11985305b29988ba34022d662f85771c765 (diff) | |
download | rtmux-134a33f6e016eb26064a9f61c83b704c3e785995.tar.gz rtmux-134a33f6e016eb26064a9f61c83b704c3e785995.tar.bz2 rtmux-134a33f6e016eb26064a9f61c83b704c3e785995.zip |
Adjust OpenBSD patchset 438 to the portable version.
-rw-r--r-- | server-client.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server-client.c b/server-client.c index f031be14..8bb69071 100644 --- a/server-client.c +++ b/server-client.c @@ -1,4 +1,4 @@ -/* $Id: server-client.c,v 1.1 2009-10-23 17:49:47 tcunha Exp $ */ +/* $Id: server-client.c,v 1.2 2009-10-23 17:51:02 tcunha Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -20,7 +20,6 @@ #include <fcntl.h> #include <string.h> -#include <paths.h> #include <unistd.h> #include "tmux.h" |