diff options
Diffstat (limited to 'sysutils/xsysstats/files/patch-porting.c')
-rw-r--r-- | sysutils/xsysstats/files/patch-porting.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/xsysstats/files/patch-porting.c b/sysutils/xsysstats/files/patch-porting.c new file mode 100644 index 000000000000..12270da36a72 --- /dev/null +++ b/sysutils/xsysstats/files/patch-porting.c @@ -0,0 +1,12 @@ +--- porting.c.orig 2000-05-30 06:50:24 UTC ++++ porting.c +@@ -26,6 +26,9 @@ int rstat(char *host, struct statstime *stats) + + #ifdef USE_NEW_RSTAT + #include <rpc/rpc.h> ++ ++int open_host(struct Host_Info *host); ++ + int + rstat_local(struct Host_Info *host, struct statstime *statval) + { |