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

Diff for /src/usr.bin/rpcgen/rpc_main.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 214 
Line 214 
                 file++;                  file++;
   
         len = strlen(file) + strlen(ext) + 1;          len = strlen(file) + strlen(ext) + 1;
         res = alloc(len);          res = malloc(len);
         if (res == NULL) {          if (res == NULL) {
                 fprintf(stderr, "could not allocate memory\n");                  fprintf(stderr, "could not allocate memory\n");
                 exit(1);                  exit(1);

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