Commit Graph

8 Commits

Author SHA1 Message Date
sin a1c04e932b Sync cron with latest scron 2015-11-06 11:01:00 +00:00
sin 2366164de7 No need for semicolon after ARGEND
This is also the style used in Plan 9.
2015-11-01 10:18:55 +00:00
FRIGN 9144d51594 Check getline()-return-values properly
It's not useful when 0 is returned anyway, so be sure that we have a
string with length > 0, this also solves some indexing-gotchas like
"len - 1" and so on.
Also, add checked getline()'s whenever it has been forgotten and
clean up the error-messages.
2015-03-27 14:49:48 +01:00
FRIGN a8bd21c0ab Use switch with fork()
Allows dropping a local variable if the explicit PID is not needed
and it makes it clearer what happens.
Also, one should always strive for consistency for cases like these.
2015-03-09 15:01:29 +01:00
sin d8fa891008 Remove redundant definition of argv0 2015-02-16 16:12:36 +00:00
sin 3e1e54051e Add some missing includes 2015-02-14 20:15:01 +00:00
FRIGN 31572c8b0e Clean up #includes 2015-02-14 21:12:23 +01:00
sin e296329773 Rename crond to cron 2014-12-16 11:04:07 +00:00