summaryrefslogtreecommitdiff
path: root/net-mgmt/annextools/files/patch-erpcd::spy.c
blob: 1083a10a912ad5e6a3d78ef851eb644340568ee9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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();