From 6c660c437f8ab358b1bc883974c3af6f41e71406 Mon Sep 17 00:00:00 2001 From: jamie Date: Tue, 23 Jun 2009 14:40:08 +0000 Subject: Whitespace fix. Approved by: bz (mentor) --- usr.sbin/jexec/jexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/jexec') diff --git a/usr.sbin/jexec/jexec.c b/usr.sbin/jexec/jexec.c index 143bbd5..0d82e28 100644 --- a/usr.sbin/jexec/jexec.c +++ b/usr.sbin/jexec/jexec.c @@ -75,9 +75,9 @@ main(int argc, char *argv[]) int ch, ngroups, uflag, Uflag; long ngroups_max; char *ep, *username; + ch = uflag = Uflag = 0; username = NULL; - ngroups_max = sysconf(_SC_NGROUPS_MAX) + 1; if ((groups = malloc(sizeof(gid_t) * ngroups_max)) == NULL) err(1, "malloc"); -- cgit v1.1