summaryrefslogtreecommitdiffstats
path: root/bin/date/date.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-05-13 07:31:42 +0000
committercharnier <charnier@FreeBSD.org>1998-05-13 07:31:42 +0000
commiteb81410eba0a745c27dcf1a0c214ab09d11ffe4f (patch)
treedf04e41211cefe772a4ae1941cb3c2aeed27ede4 /bin/date/date.c
parentbf2e3ba402567370729f4ff57dbee5c4696f614e (diff)
downloadFreeBSD-src-eb81410eba0a745c27dcf1a0c214ab09d11ffe4f.zip
FreeBSD-src-eb81410eba0a745c27dcf1a0c214ab09d11ffe4f.tar.gz
Restore Lite-2 sccsid. Restore include of sys/param.h.
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 e4f4270..c79e1e2 100644
--- a/bin/date/date.c
+++ b/bin/date/date.c
@@ -39,12 +39,13 @@ static char const copyright[] =
#ifndef lint
#if 0
-static char const sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95";
+static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: date.c,v 1.24 1998/05/06 06:51:15 charnier Exp $";
#endif /* not lint */
+#include <sys/param.h>
#include <sys/time.h>
#include <ctype.h>
OpenPOWER on IntegriCloud