Deleted Added
full compact
zdump.c (44233) zdump.c (50479)
1#ifndef lint
2#ifndef NOID
3static char elsieid[] = "@(#)zdump.c 7.28";
4#endif /* !defined NOID */
5#endif /* !defined lint */
6
7#ifndef lint
8static const char rcsid[] =
1#ifndef lint
2#ifndef NOID
3static char elsieid[] = "@(#)zdump.c 7.28";
4#endif /* !defined NOID */
5#endif /* !defined lint */
6
7#ifndef lint
8static const char rcsid[] =
9 "$Id: zdump.c,v 1.5 1999/01/21 17:46:19 wollman Exp $";
9 "$FreeBSD: head/usr.sbin/zic/zdump.c 50479 1999-08-28 01:35:59Z peter $";
10#endif /* not lint */
11
12/*
13** This code has been made independent of the rest of the time
14** conversion package to increase confidence in the verification it provides.
15** You can use this code to help in verifying other implementations.
16*/
17

--- 358 unchanged lines hidden ---
10#endif /* not lint */
11
12/*
13** This code has been made independent of the rest of the time
14** conversion package to increase confidence in the verification it provides.
15** You can use this code to help in verifying other implementations.
16*/
17

--- 358 unchanged lines hidden ---