From 94886678c1e033de12c9ac018e86e46929243712 Mon Sep 17 00:00:00 2001 From: Bruce M Simpson Date: Thu, 25 Sep 2003 19:49:31 +0000 Subject: Add the Xylogics/Bay Networks/Nortel Networks Annex administration suite. Allows the Annex to be administered from a FreeBSD host, rather than via the console port. Tested with a MicroAnnex-XL 16 port device. Reviewed by: edwin Approved by: jake (mentor) --- .../files/patch-libannex::socket_layer.c | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 net-mgmt/annextools/files/patch-libannex::socket_layer.c (limited to 'net-mgmt/annextools/files/patch-libannex::socket_layer.c') diff --git a/net-mgmt/annextools/files/patch-libannex::socket_layer.c b/net-mgmt/annextools/files/patch-libannex::socket_layer.c new file mode 100644 index 000000000000..58f62727d159 --- /dev/null +++ b/net-mgmt/annextools/files/patch-libannex::socket_layer.c @@ -0,0 +1,38 @@ +--- libannex/socket_layer.c.orig Thu Aug 4 15:58:59 1994 ++++ libannex/socket_layer.c Thu Sep 18 20:10:32 2003 +@@ -74,6 +74,8 @@ + #include + #include + #include ++#include ++#include + #include "../inc/config.h" + #include "../inc/slip/slip_user.h" + +@@ -189,7 +191,7 @@ + int protocol; /* IPPROTO_UDP only */ + { + struct sockinf *s; +- errno_t error; ++ int error; + int i; + + /* Check arguments */ +@@ -260,7 +262,7 @@ + { + struct sockinf *t, *u; + int port; +- errno_t error; ++ int error; + + if(!(t = sockinf_bynumber(s, FALSE))) { + errno = EBADF; +@@ -300,7 +302,7 @@ + { + struct sockinf *t, *u; + int port; +- errno_t error; ++ int error; + + if(!(t = sockinf_bynumber(s, FALSE))) { + errno = EBADF; -- cgit v1.2.3