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).
This commit is contained in:
Garrett Wollman 1999-01-21 21:09:56 +00:00
parent 3652181c67
commit 15d1bc9ece
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43006

View File

@ -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);