]> granicus.if.org Git - shadow/commit
* libmisc/age.c: fork() and wait return a pid_t, not an int.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 13 Jun 2008 19:24:27 +0000 (19:24 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 13 Jun 2008 19:24:27 +0000 (19:24 +0000)
commit0a6ce91369c6dcfed50109542ad72f47b2cc13fe
tree38782e93f45a7dcdc950028773c57100fbdd3676
parent71dda8b648a81c89ccabddb8396c14b8e06b35b3
* libmisc/age.c: fork() and wait return a pid_t, not an int.
* libmisc/age.c: Avoid implicit conversion of pointers to
booleans.
* libmisc/age.c: Avoid assignments in comparisons.
* libmisc/age.c: Ignore the return value of printf(), puts(),
fputs() and fflush().
* libmisc/age.c: Add brackets and parenthesis.
* libmisc/age.c: Cast the return value of time() to long and
converted to a date.
ChangeLog
libmisc/age.c