From eb81410eba0a745c27dcf1a0c214ab09d11ffe4f Mon Sep 17 00:00:00 2001 From: charnier Date: Wed, 13 May 1998 07:31:42 +0000 Subject: Restore Lite-2 sccsid. Restore include of sys/param.h. --- bin/date/date.c | 5 +++-- bin/date/netdate.c | 4 ++-- 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 #include #include 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 -- cgit v1.1