]> git.ipfire.org Git - thirdparty/systemd.git/commit
calendarspec: make return time value of calendar_spec_next_usec() optional
authorLennart Poettering <lennart@poettering.net>
Thu, 25 Apr 2019 11:21:54 +0000 (13:21 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 25 Apr 2019 11:21:54 +0000 (13:21 +0200)
commit9bb656bd0cd9ca8d7c593c48d51c19d66557df53
tree35328cd959f09b89ce12eca9ab693582e49f48bb
parentc5b7ae0edb4e32463b5326c973443a9bc6ae10e3
calendarspec: make return time value of calendar_spec_next_usec() optional

If noone is interested, there's no reason to return it.

(Also document the ENOENT error code in a comment)
src/shared/calendarspec.c