Restore Lite-2 sccsid. Restore include of sys/param.h.

This commit is contained in:
Philippe Charnier 1998-05-13 07:31:42 +00:00
parent 91ac062612
commit 574d120677
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36006
2 changed files with 5 additions and 4 deletions

View File

@ -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>

View File

@ -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>