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) --- net-mgmt/annextools/files/patch-erpcd::acp_lib.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net-mgmt/annextools/files/patch-erpcd::acp_lib.h (limited to 'net-mgmt/annextools/files/patch-erpcd::acp_lib.h') diff --git a/net-mgmt/annextools/files/patch-erpcd::acp_lib.h b/net-mgmt/annextools/files/patch-erpcd::acp_lib.h new file mode 100644 index 000000000000..fd328e5b1b5a --- /dev/null +++ b/net-mgmt/annextools/files/patch-erpcd::acp_lib.h @@ -0,0 +1,11 @@ +--- erpcd/acp_lib.h.orig Tue Jan 27 17:46:14 1998 ++++ erpcd/acp_lib.h Thu Sep 18 20:10:32 2003 +@@ -9,7 +9,7 @@ + + #ifndef _WIN32 /* is this needed at all? */ + struct annex_status_return { +- int errno; ++ int xerrno; + }; + #endif /* not _WIN32 */ + -- cgit v1.2.3