Adjust OpenBSD patchset 438 to the portable version.

This commit is contained in:
Tiago Cunha 2009-10-23 17:51:02 +00:00
parent cc9ef11985
commit 134a33f6e0

View File

@ -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"