freebsd-ports/net-mgmt/annextools/files/patch-erpcd::spy.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

13 lines
258 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- 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();