summaryrefslogtreecommitdiff
path: root/sysutils/xsysstats/files/patch-ab
blob: 244daed74e6dbbd145ff2eaf6829103af9f1f48a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- porting.c.orig	Sun Jul 22 11:19:14 2001
+++ porting.c	Sun Jul 22 11:23:38 2001
@@ -33,7 +33,9 @@
 #endif
 #include <rpcsvc/rstat.h>
 
+#if !defined(__FreeBSD__) || !defined(__alpha__)
 extern int callrpc(char *, u_long, u_long, u_long, xdrproc_t, char *, xdrproc_t, char *);
+#endif
 
 int rstat(char *host, struct statstime *stats)
 {