summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/cron/env.c')
-rw-r--r--usr.sbin/cron/env.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cron/env.c b/usr.sbin/cron/env.c
index 4ab8485b2e0..5f41c1d6b96 100644
--- a/usr.sbin/cron/env.c
+++ b/usr.sbin/cron/env.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: env.c,v 1.30 2015/10/29 21:19:09 millert Exp $ */
+/* $OpenBSD: env.c,v 1.31 2015/10/29 21:24:09 millert Exp $ */
/* Copyright 1988,1990,1993,1994 by Paul Vixie
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
@@ -100,7 +100,7 @@ env_get(char *name, char **envp)
char **
env_set(char **envp, char *envstr)
{
- size_t count, len;
+ size_t count;
char **p, *envcopy;
if ((envcopy = strdup(envstr)) == NULL)