diff options
-rw-r--r-- | sysutils/xsysstats/files/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/xsysstats/files/patch-ab b/sysutils/xsysstats/files/patch-ab new file mode 100644 index 000000000000..244daed74e6d --- /dev/null +++ b/sysutils/xsysstats/files/patch-ab @@ -0,0 +1,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) + { |