Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/time/zdump.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/time/zdump.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.51 retrieving revision 1.52 diff -u -p -r1.51 -r1.52 --- src/lib/libc/time/zdump.c 2019/01/01 03:04:56 1.51 +++ src/lib/libc/time/zdump.c 2019/01/27 02:08:35 1.52 @@ -1,4 +1,4 @@ -/* $NetBSD: zdump.c,v 1.51 2019/01/01 03:04:56 christos Exp $ */ +/* $NetBSD: zdump.c,v 1.52 2019/01/27 02:08:35 pgoyette Exp $ */ /* Dump time zone data in a textual format. */ /* @@ -8,7 +8,7 @@ #include #ifndef lint -__RCSID("$NetBSD: zdump.c,v 1.51 2019/01/01 03:04:56 christos Exp $"); +__RCSID("$NetBSD: zdump.c,v 1.52 2019/01/27 02:08:35 pgoyette Exp $"); #endif /* !defined lint */ #ifndef NETBSD_INSPIRED