Adjust OpenBSD patchset 305 to the portable version.

pull/1/head
Tiago Cunha 2009-09-02 01:05:55 +00:00
parent a3a150faf2
commit 521659db4b
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $Id: cmd-split-window.c,v 1.25 2009-09-02 01:02:44 tcunha Exp $ */
/* $Id: cmd-split-window.c,v 1.26 2009-09-02 01:05:55 tcunha Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@ -18,7 +18,6 @@
#include <sys/types.h>
#include <paths.h>
#include <stdlib.h>
#include <unistd.h>

View File

@ -1,4 +1,4 @@
/* $Id: session.c,v 1.63 2009-09-02 01:02:44 tcunha Exp $ */
/* $Id: session.c,v 1.64 2009-09-02 01:05:55 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -19,7 +19,6 @@
#include <sys/types.h>
#include <sys/time.h>
#include <paths.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>