Fix skipping of white space after the username in /etc/crontab.
authormillert <millert@openbsd.org>
Wed, 19 Jul 2023 21:26:02 +0000 (21:26 +0000)
committermillert <millert@openbsd.org>
Wed, 19 Jul 2023 21:26:02 +0000 (21:26 +0000)
commit8787d0beaab49a31e48ed312919297905d7ac0ac
treee34cc76c854fa649e3772563b3286060ca4be9fd
parentf90796b0d651281060c0b6b5d252186b3c26d3b3
Fix skipping of white space after the username in /etc/crontab.
Only a single white space character was consumed, we should be
consuming all white space between fields.  This change makes things
consistent with how lines without a username are parsed.
OK deraadt@ sthen@
usr.sbin/cron/entry.c