summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/cron/lib/entry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cron/lib/entry.c b/usr.sbin/cron/lib/entry.c
index 2554827..9e8ed7d 100644
--- a/usr.sbin/cron/lib/entry.c
+++ b/usr.sbin/cron/lib/entry.c
@@ -262,7 +262,7 @@ load_entry(file, error_func, pw, envp)
if (!pw) {
char *username = cmd; /* temp buffer */
- char *s, *group;
+ char *s;
struct group *grp;
#ifdef LOGIN_CAP
login_cap_t *lc;
@@ -409,7 +409,7 @@ load_entry(file, error_func, pw, envp)
*/
e->cmd = strdup(cmd);
if (e->cmd == NULL) {
- warn("strdup(\"%d\")", cmd);
+ warn("strdup(\"%s\")", cmd);
ecode = e_mem;
goto eof;
}
OpenPOWER on IntegriCloud