diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-05 13:35:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-05 13:35:26 +0000 |
commit | 85a8143a415984724b5198a05286c755fa01a94b (patch) | |
tree | 9ba1546128a503a8acd93de566a0a03ddacf2ceb /net-mgmt/annextools/files/patch-erpcd::erpcd.c | |
parent | - Update to 20080204 (diff) |
- Use termios.h instead of sgtty.h
PR: 120050
Submitted by: Ed Schouten <ed@fxq.nl>
Diffstat (limited to 'net-mgmt/annextools/files/patch-erpcd::erpcd.c')
-rw-r--r-- | net-mgmt/annextools/files/patch-erpcd::erpcd.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net-mgmt/annextools/files/patch-erpcd::erpcd.c b/net-mgmt/annextools/files/patch-erpcd::erpcd.c index a46f707a89b3..f66a2046630b 100644 --- a/net-mgmt/annextools/files/patch-erpcd::erpcd.c +++ b/net-mgmt/annextools/files/patch-erpcd::erpcd.c @@ -1,5 +1,14 @@ --- erpcd/erpcd.c.orig Sat Jan 31 17:38:06 1998 +++ erpcd/erpcd.c Thu Sep 18 20:10:32 2003 +@@ -36,7 +36,7 @@ + #include <sys/param.h> + #include <sys/wait.h> + #include <netinet/in.h> +-#include <sgtty.h> ++#include <sys/ioctl.h> + #include <netdb.h> + #else + #include <time.h> @@ -2108,11 +2108,7 @@ { int savederrno = errno; |