summaryrefslogtreecommitdiffstats
path: root/bin/date
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-06-30 05:13:54 +0000
committerobrien <obrien@FreeBSD.org>2002-06-30 05:13:54 +0000
commitc84c569bd147997ed62ff1c5e725709828199b68 (patch)
tree4c7fe36c579d443e1734fa7f4d5c003df04f4202 /bin/date
parent51373f0ac8027bc2ce81c9e4f0c3203716197592 (diff)
downloadFreeBSD-src-c84c569bd147997ed62ff1c5e725709828199b68.zip
FreeBSD-src-c84c569bd147997ed62ff1c5e725709828199b68.tar.gz
Consistently use __FBSDID
Diffstat (limited to 'bin/date')
-rw-r--r--bin/date/date.c4
-rw-r--r--bin/date/netdate.c4
-rw-r--r--bin/date/vary.c7
3 files changed, 6 insertions, 9 deletions
diff --git a/bin/date/date.c b/bin/date/date.c
index 0cf1d1e..a8fa441 100644
--- a/bin/date/date.c
+++ b/bin/date/date.c
@@ -41,9 +41,9 @@ static char const copyright[] =
#if 0
static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95";
#endif
-static const char rcsid[] =
- "$FreeBSD$";
#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/time.h>
diff --git a/bin/date/netdate.c b/bin/date/netdate.c
index 14716df..0a67ade 100644
--- a/bin/date/netdate.c
+++ b/bin/date/netdate.c
@@ -35,9 +35,9 @@
#if 0
static char sccsid[] = "@(#)netdate.c 8.1 (Berkeley) 5/31/93";
#endif
-static const char rcsid[] =
- "$FreeBSD$";
#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/time.h>
diff --git a/bin/date/vary.c b/bin/date/vary.c
index 2e0bb88..a314e48 100644
--- a/bin/date/vary.c
+++ b/bin/date/vary.c
@@ -24,12 +24,9 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif /* not lint */
-
#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <err.h>
#include <time.h>
#include <string.h>
OpenPOWER on IntegriCloud