summaryrefslogtreecommitdiff
path: root/src/cdf_time.c
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2022-09-24 20:22:21 +0000
committerChristos Zoulas <christos@zoulas.com>2022-09-24 20:22:21 +0000
commit8b8b843ad0f45e7db84e38b45e5e11efb60a6f9a (patch)
tree4b97e8bc07e811cd139805e81d566ba61eb55c74 /src/cdf_time.c
parentfc601ce4124603d86277d6bf12242edbbb5ab6de (diff)
downloadfile-git-8b8b843ad0f45e7db84e38b45e5e11efb60a6f9a.tar.gz
mdd build glue, bump version
Diffstat (limited to 'src/cdf_time.c')
-rw-r--r--src/cdf_time.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/cdf_time.c b/src/cdf_time.c
index c3b00ee2..b3440714 100644
--- a/src/cdf_time.c
+++ b/src/cdf_time.c
@@ -1,3 +1,5 @@
+/* $NetBSD$ */
+
/*-
* Copyright (c) 2008 Christos Zoulas
* All rights reserved.
@@ -27,7 +29,11 @@
#include "file.h"
#ifndef lint
-FILE_RCSID("@(#)$File: cdf_time.c,v 1.21 2022/09/16 13:51:06 christos Exp $")
+#if 0
+FILE_RCSID("@(#)$File: cdf_time.c,v 1.22 2022/09/24 20:22:21 christos Exp $")
+#else
+__RCSID("$NetBSD$");
+#endif
#endif
#include <time.h>