summaryrefslogtreecommitdiffstats
path: root/usr.sbin/zic/zic.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/zic/zic.c')
-rw-r--r--usr.sbin/zic/zic.c4
1 files changed, 2 insertions, 2 deletions
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);
OpenPOWER on IntegriCloud