summaryrefslogtreecommitdiffstats
path: root/bin/date/date.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2003-02-05 12:56:40 +0000
committercharnier <charnier@FreeBSD.org>2003-02-05 12:56:40 +0000
commit712128a7b6ee03618dfca169550cd20d72c27394 (patch)
treeefa4e91bf3277e800341e4a97a82cf4d74c5e36a /bin/date/date.c
parentb5f68d479655657cfc5303a5d8bb59bf0ce5924e (diff)
downloadFreeBSD-src-712128a7b6ee03618dfca169550cd20d72c27394.zip
FreeBSD-src-712128a7b6ee03618dfca169550cd20d72c27394.tar.gz
Enclose sccsid according to style(9).
udp/timed -> timed/udp
Diffstat (limited to 'bin/date/date.c')
-rw-r--r--bin/date/date.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/date/date.c b/bin/date/date.c
index d825631..725a435 100644
--- a/bin/date/date.c
+++ b/bin/date/date.c
@@ -37,11 +37,12 @@ static char const copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
#if 0
+#ifndef lint
static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95";
-#endif
#endif /* not lint */
+#endif
+
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
OpenPOWER on IntegriCloud