From 8092b8911122a53a6f82142874a09c4582847b62 Mon Sep 17 00:00:00 2001 From: wollman Date: Thu, 21 Jan 1999 21:09:56 +0000 Subject: I don't know how this happened since I know I compiled this on my machine. Fix braino oflag -> uflag (or perhaps I should have gone the other way). --- usr.sbin/zic/zic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/zic') diff --git a/usr.sbin/zic/zic.c b/usr.sbin/zic/zic.c index 95706e2..c8f503b 100644 --- a/usr.sbin/zic/zic.c +++ b/usr.sbin/zic/zic.c @@ -6,7 +6,7 @@ static char elsieid[] = "@(#)zic.c 7.96"; #ifndef lint static const char rcsid[] = - "$Id: zic.c,v 1.8 1999/01/21 17:12:49 wollman Exp $"; + "$Id: zic.c,v 1.8 1999/01/21 17:46:19 wollman Exp $"; #endif /* not lint */ #include "private.h" @@ -449,7 +449,7 @@ static const char * leapsec; static const char * yitcommand; static int sflag = FALSE; static int Dflag; -static uid_t oflag = (uid_t)-1; +static uid_t uflag = (uid_t)-1; static gid_t gflag = (gid_t)-1; static mode_t mflag = (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR); -- cgit v1.1