summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2020-05-22 08:50:15 +0300
committerToomas Soome <tsoome@me.com>2021-02-23 21:22:36 +0200
commitf95cbc2e7afaac705bf4c59683cb8a0a88003aa4 (patch)
tree414ad7388450d47cd530845bd30789efcd466d66 /usr/src
parentb639505692797add0a13ee545fd6ca20d63f89fd (diff)
downloadillumos-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.c2
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;