diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-09-23 15:20:16 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-09-23 15:20:16 +0000 |
commit | ac95da3afc0aef9fbb2a1f587c1b65dfbbe195da (patch) | |
tree | 71980189846565d658688b8a0fb837bec4dccccb | |
parent | 5be3fb86b9225842515f79a611a44d587814bd4c (diff) | |
download | rtmux-ac95da3afc0aef9fbb2a1f587c1b65dfbbe195da.tar.gz rtmux-ac95da3afc0aef9fbb2a1f587c1b65dfbbe195da.tar.bz2 rtmux-ac95da3afc0aef9fbb2a1f587c1b65dfbbe195da.zip |
Adjust OpenBSD patchset 350 to the portable version.
-rw-r--r-- | server-msg.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server-msg.c b/server-msg.c index 8a18c4ab..e258cc1f 100644 --- a/server-msg.c +++ b/server-msg.c @@ -1,4 +1,4 @@ -/* $Id: server-msg.c,v 1.88 2009-09-23 15:18:56 tcunha Exp $ */ +/* $Id: server-msg.c,v 1.89 2009-09-23 15:20:16 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -20,7 +20,6 @@ #include <sys/ioctl.h> #include <errno.h> -#include <paths.h> #include <stdlib.h> #include <string.h> #include <time.h> |