diff --git a/bin/date/date.c b/bin/date/date.c index e4f4270aa860..c79e1e250403 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 2f7bdc9c4918..2e7e56684ae4 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