summaryrefslogtreecommitdiff
path: root/libc/debian/patches/zic-enable-leapsecond.patch
blob: 6ea8cdd32e6c344b2680c513d6ca967271aeb97b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: b/usr/src/cmd/zic/zic.c
===================================================================
--- a/usr/src/cmd/zic/zic.c
+++ b/usr/src/cmd/zic/zic.c
@@ -6,9 +6,7 @@
 
 static char	elsieid[] = "@(#)zic.c	7.128.1";
 
-/*
- * #define	LEAPSECOND_SUPPORT
- */
+#define	LEAPSECOND_SUPPORT
 
 /*
  * Regardless of the type of time_t, we do our work using this type.