diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-09-02 01:05:55 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-09-02 01:05:55 +0000 |
commit | 521659db4b14536a2786094540bcfc9222af6c5c (patch) | |
tree | 57bf1990631234cf856db01b8a18658ec8a38dcc /session.c | |
parent | a3a150faf22fe1d8303e8e92aa2a6d92e7e10b5c (diff) | |
download | rtmux-521659db4b14536a2786094540bcfc9222af6c5c.tar.gz rtmux-521659db4b14536a2786094540bcfc9222af6c5c.tar.bz2 rtmux-521659db4b14536a2786094540bcfc9222af6c5c.zip |
Adjust OpenBSD patchset 305 to the portable version.
Diffstat (limited to 'session.c')
-rw-r--r-- | session.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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> |