freebsd-ports/net-mgmt/annextools/files/patch-erpcd::acp_lib.c
Bruce M Simpson 94886678c1 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)
2003-09-25 19:49:31 +00:00

11 lines
299 B
C

--- erpcd/acp_lib.c.orig Thu Feb 5 15:14:00 1998
+++ erpcd/acp_lib.c Thu Sep 18 20:10:32 2003
@@ -2437,7 +2437,7 @@
int acp_annex_status_return(msg)
struct annex_status_return *msg;
{
-if (msg->errno == ESUCCESS)return(TRUE);
+if (msg->xerrno == ESUCCESS)return(TRUE);
else return(FALSE);
}