summaryrefslogtreecommitdiffstats
path: root/daemon/find.c
Commit message (Collapse)AuthorAgeFilesLines
* remove trailing blanksJim Meyering2009-07-031-1/+1
|
* All instances of 'pclose' now check for return value != 0.Richard W.M. Jones2009-07-011-1/+1
| | | | | | We are generally interested that the subcommand ran without error, ie. had exit status of 0. 'pclose' returns the exit status, so we now check that pclose (fp) != 0.
* Check return value from pclose.Richard W.M. Jones2009-06-201-1/+5
|
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-1/+1
|
* Added 'find' command.Richard Jones2009-05-191-0/+129