cal: fix clashing definition
authorAlan <etchedpixels@gmail.com>
Wed, 30 May 2018 10:41:28 +0000 (11:41 +0100)
committerAlan <etchedpixels@gmail.com>
Wed, 30 May 2018 10:41:28 +0000 (11:41 +0100)
Applications/util/cal.c

index 3affc95..c753613 100644 (file)
@@ -48,7 +48,6 @@ static char sccsid[] = "@(#)cal.c     8.4 (Berkeley) 4/2/94";
 #include <time.h>
 
 int time_zone = 0;
-long timezone = 0;
 
 void errx(int exv, char *str)
 {