[BACK]Return to rup.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rup

Diff for /src/usr.bin/rup/rup.c between version 1.7 and 1.8

version 1.7, 1997/06/20 10:05:56 version 1.8, 1997/07/09 04:05:07
Line 285 
Line 285 
         clnt_stat = clnt_broadcast(RSTATPROG, RSTATVERS_TIME, RSTATPROC_STATS,          clnt_stat = clnt_broadcast(RSTATPROG, RSTATVERS_TIME, RSTATPROC_STATS,
             xdr_void, NULL, xdr_statstime, (char *)&host_stat, rstat_reply);              xdr_void, NULL, xdr_statstime, (char *)&host_stat, rstat_reply);
         if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT) {          if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT) {
                 fprintf(stderr, "%s: %s", __progname, clnt_sperrno(clnt_stat));                  fprintf(stderr, "%s: %s\n", __progname, clnt_sperrno(clnt_stat));
                 exit(1);                  exit(1);
         }          }
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8