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

Diff for /src/usr.bin/chpass/util.c between version 1.8 and 1.9

version 1.8, 2008/06/19 19:16:04 version 1.9, 2008/10/09 18:33:15
Line 68 
Line 68 
 atot(char *p, time_t *store)  atot(char *p, time_t *store)
 {  {
         struct tm tm;          struct tm tm;
         time_t tval;  
         char *t;          char *t;
   
         if (!*p) {          if (!*p) {

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