diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-04-13 05:38:46 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-04-13 05:38:46 +0000 |
commit | 5d6e665f51d78b234f1e45b23fd028cce114c2dc (patch) | |
tree | 607b592ffb755ecc8b483591d40e7b006216b7c3 /usr.sbin/rdate | |
parent | 5ea299394819db37bbdaa5cfe08406a9a901229d (diff) |
remove a 'RCSId[]' which was missed in the rcsid[] removal from 2009.
Diffstat (limited to 'usr.sbin/rdate')
-rw-r--r-- | usr.sbin/rdate/ntpleaps.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/rdate/ntpleaps.c b/usr.sbin/rdate/ntpleaps.c index 541f6375fa3..10db06e9abc 100644 --- a/usr.sbin/rdate/ntpleaps.c +++ b/usr.sbin/rdate/ntpleaps.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpleaps.c,v 1.11 2013/11/12 22:27:13 deraadt Exp $ */ +/* $OpenBSD: ntpleaps.c,v 1.12 2014/04/13 05:38:45 jsg Exp $ */ /* * Copyright (c) 2002 Thorsten Glaser. All rights reserved. @@ -31,9 +31,6 @@ /* Leap second support for NTP clients (generic) */ -static const char RCSId[] = "$OpenBSD: ntpleaps.c,v 1.11 2013/11/12 22:27:13 deraadt Exp $"; - - /* * I could include tzfile.h, but this would make the code unportable * at no real benefit. Read tzfile.h for why. |