forked from Lainports/freebsd-ports
12 lines
340 B
Text
12 lines
340 B
Text
--- 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)
|
|
{
|