This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Logs begin at Mon 2016-07-11 10:00:25 PDT. -- | |
Jul 11 10:05:09 sanblas systemd[1]: Stopping CUPS Scheduler... | |
Jul 11 10:05:10 sanblas systemd[1]: Stopped CUPS Scheduler. | |
Jul 11 10:05:10 sanblas systemd[1]: Started CUPS Scheduler. | |
Jul 11 10:05:35 sanblas anacron[840]: Job `cron.daily' terminated (mailing output) | |
Jul 11 10:05:35 sanblas anacron[840]: anacron: Can't find sendmail at /usr/sbin/sendmail, not mailing output | |
Jul 11 10:05:35 sanblas anacron[840]: Can't find sendmail at /usr/sbin/sendmail, not mailing output | |
Jul 11 10:10:26 sanblas anacron[840]: Job `cron.weekly' started | |
Jul 11 10:10:26 sanblas anacron[3456]: Updated timestamp for job `cron.weekly' to 2016-07-11 | |
Jul 11 10:10:48 sanblas anacron[840]: Job `cron.weekly' terminated |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/sort.c b/sort.c | |
index d811a86..664b214 100644 | |
--- a/sort.c | |
+++ b/sort.c | |
@@ -1060,10 +1060,6 @@ main(int argc, char **argv) | |
} | |
sort_opts_vals.tflag = true; | |
sort_opts_vals.field_sep = btowc(optarg[0]); | |
- if (sort_opts_vals.field_sep == WEOF) { | |
- errno = EINVAL; |