[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.10 and 1.11

version 1.10, 1999/02/09 13:32:03 version 1.11, 1999/08/16 23:48:57
Line 53 
Line 53 
 #undef FSCALE  #undef FSCALE
 #include <rpcsvc/rstat.h>  #include <rpcsvc/rstat.h>
   
 #define HOST_WIDTH 24  #define HOST_WIDTH 27
   
 int printtime;                  /* print the remote host(s)'s time */  int printtime;                  /* print the remote host(s)'s time */
   
Line 197 
Line 197 
         char hours_buf[16];          char hours_buf[16];
   
         if (printtime)          if (printtime)
                 printf("%-*.*s", HOST_WIDTH-3, HOST_WIDTH-3, host);                  printf("%-*.*s", HOST_WIDTH-8, HOST_WIDTH-8, host);
         else          else
                 printf("%-*.*s", HOST_WIDTH, HOST_WIDTH, host);                  printf("%-*.*s", HOST_WIDTH, HOST_WIDTH, host);
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11