diff options
author | Toomas Soome <tsoome@me.com> | 2020-05-22 08:50:15 +0300 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2021-02-23 21:22:36 +0200 |
commit | f95cbc2e7afaac705bf4c59683cb8a0a88003aa4 (patch) | |
tree | 414ad7388450d47cd530845bd30789efcd466d66 /usr/src | |
parent | b639505692797add0a13ee545fd6ca20d63f89fd (diff) | |
download | illumos-joyent-f95cbc2e7afaac705bf4c59683cb8a0a88003aa4.tar.gz |
13571 cron: symbol 'err' has differing types
Reviewed by: Yuri Pankov <yuripv@yuripv.dev>
Reviewed by: C Fraire <cfraire@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/cmd/cron/crontab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/cron/crontab.c b/usr/src/cmd/cron/crontab.c index 06010aec83..d85c9c554b 100644 --- a/usr/src/cmd/cron/crontab.c +++ b/usr/src/cmd/cron/crontab.c @@ -103,7 +103,7 @@ extern int audit_crontab_modify(char *, char *, int); extern int audit_crontab_delete(char *, int); extern int audit_crontab_not_allowed(uid_t, char *); -int err; +static int err; int cursor; char *cf; char *tnam; |