diff options
Diffstat (limited to 'net-mgmt/annextools/files/patch-erpcd::spy.c')
-rw-r--r-- | net-mgmt/annextools/files/patch-erpcd::spy.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/annextools/files/patch-erpcd::spy.c b/net-mgmt/annextools/files/patch-erpcd::spy.c new file mode 100644 index 000000000000..1083a10a912a --- /dev/null +++ b/net-mgmt/annextools/files/patch-erpcd::spy.c @@ -0,0 +1,13 @@ +--- erpcd/spy.c.orig Mon May 5 16:09:35 1997 ++++ erpcd/spy.c Thu Sep 18 20:10:32 2003 +@@ -34,8 +34,10 @@ + + int debug = 0; + ++#if !defined(__FreeBSD__) + extern int errno; + extern char *sys_errlist[]; /* errno strings */ ++#endif + + static void timeout(); + |