diff options
Diffstat (limited to 'net-mgmt/annextools/files/patch-netadm::dialout.c')
-rw-r--r-- | net-mgmt/annextools/files/patch-netadm::dialout.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-mgmt/annextools/files/patch-netadm::dialout.c b/net-mgmt/annextools/files/patch-netadm::dialout.c new file mode 100644 index 000000000000..2c33595ba7a5 --- /dev/null +++ b/net-mgmt/annextools/files/patch-netadm::dialout.c @@ -0,0 +1,17 @@ +--- netadm/dialout.c 2008-01-27 16:29:09.000000000 +0100 ++++ netadm/dialout.c 2008-01-27 16:36:23.000000000 +0100 +@@ -66,14 +66,6 @@ + + #include <stdio.h> + +-#ifdef SYS_V +-#include <termio.h> +-#else +-#ifndef _WIN32 +-#include <sgtty.h> +-#endif +-#endif +- + #include "../inc/courier/courier.h" + #include "../inc/erpc/netadmp.h" + |