summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2014-04-13 05:38:45 +0000
committerjsg <jsg@openbsd.org>2014-04-13 05:38:45 +0000
commita5e8e8dfb0fb65c519d129d0484cbd221f09331f (patch)
treee85c5589ed2622f8ffa6a845be5f55145f67403e
parentBring back the fix in r1.16 of the gcc 2.95 version of protector.c - the code (diff)
downloadwireguard-openbsd-a5e8e8dfb0fb65c519d129d0484cbd221f09331f.tar.xz
wireguard-openbsd-a5e8e8dfb0fb65c519d129d0484cbd221f09331f.zip
remove a 'RCSId[]' which was missed in the rcsid[] removal from 2009.
-rw-r--r--usr.sbin/rdate/ntpleaps.c5
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.