94886678c1
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)
13 lines
258 B
C
13 lines
258 B
C
--- 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();
|
||
|