[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.29 and 1.30

version 1.29, 2015/01/16 06:40:11 version 1.30, 2015/08/20 22:32:41
Line 76 
Line 76 
 {  {
         struct host_list *hp;          struct host_list *hp;
   
         if (!(hp = (struct host_list *)malloc(sizeof(struct host_list)))) {          if (!(hp = malloc(sizeof(struct host_list)))) {
                 err(1, NULL);                  err(1, NULL);
                 /* NOTREACHED */                  /* NOTREACHED */
         }          }

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30