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

Diff for /src/usr.bin/chpass/edit.c between version 1.11 and 1.12

version 1.11, 1996/09/23 09:41:02 version 1.12, 1997/06/17 20:49:55
Line 225 
Line 225 
         }          }
         free(p);          free(p);
   
         return (pw_scan(buf, pw, (int *)NULL));          return (pw_scan(buf, pw, NULL));
 }  }

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