summaryrefslogtreecommitdiffstats
path: root/bin/date
diff options
context:
space:
mode:
Diffstat (limited to 'bin/date')
-rw-r--r--bin/date/date.c5
-rw-r--r--bin/date/netdate.c4
2 files changed, 5 insertions, 4 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>
diff --git a/bin/date/netdate.c b/bin/date/netdate.c
index 2f7bdc9..2e7e566 100644
--- a/bin/date/netdate.c
+++ b/bin/date/netdate.c
@@ -33,10 +33,10 @@
#ifndef lint
#if 0
-static char const sccsid[] = "@(#)netdate.c 8.1 (Berkeley) 5/31/93";
+static char sccsid[] = "@(#)netdate.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: netdate.c,v 1.9 1998/05/06 06:51:18 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>
OpenPOWER on IntegriCloud