diff options
Diffstat (limited to 'net-mgmt/annextools/files/patch-erpcd::acp_lib.h')
-rw-r--r-- | net-mgmt/annextools/files/patch-erpcd::acp_lib.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 */ + |