[ntpsec commit] Remove a remnant rcsid.

Eric S. Raymond esr at ntpsec.org
Wed Sep 30 00:07:39 UTC 2015


Module:    ntpsec
Branch:    master
Commit:    956ab0be0af301d9d963a8029017df1e6769f0cc
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=956ab0be0af301d9d963a8029017df1e6769f0cc

Author:    Eric S. Raymond <esr at thyrsus.com>
Date:      Tue Sep 29 19:04:59 2015 -0400

Remove a remnant rcsid.

---

 ntpd/refclock_parse.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ntpd/refclock_parse.c b/ntpd/refclock_parse.c
index bec7e16..3eb29b4 100644
--- a/ntpd/refclock_parse.c
+++ b/ntpd/refclock_parse.c
@@ -141,7 +141,7 @@
 #include "ieee754io.h"
 #include "recvbuff.h"
 
-static char rcsid[] = "refclock_parse.c,v 4.81 2009/05/01 10:15:29 kardel RELEASE_20090105_A+POWERUPTRUST";
+#define VERSION "4.81 2009/05/01 10:15:29"
 
 /**===========================================================================
  ** external interface to ntp mechanism
@@ -3140,7 +3140,7 @@ parse_control(
 		snprintf(tt, 80,  "refclock_iomode=\"%s\"", parse->binding->bd_description);
 
 		tt = add_var(&out->kv_list, 128, RO);
-		snprintf(tt, 128, "refclock_driver_version=\"%s\"", rcsid);
+		snprintf(tt, 128, "refclock_driver_version=\"%s\"", VERSION);
 
 		{
 			struct ctl_var *k;



More information about the vc mailing list