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

This commit is contained in:
Philippe Charnier 1998-05-13 07:33:54 +00:00
parent 574d120677
commit 1ba0e048a2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36007
6 changed files with 14 additions and 12 deletions

View File

@ -37,10 +37,10 @@
#ifndef lint
#if 0
static char const sccsid[] = "@(#)args.c 8.3 (Berkeley) 4/2/94";
static char sccsid[] = "@(#)args.c 8.3 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
"$Id$";
"$Id: args.c,v 1.12 1998/05/06 06:51:29 charnier Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -37,10 +37,10 @@
#ifndef lint
#if 0
static char const sccsid[] = "@(#)conv.c 8.3 (Berkeley) 4/2/94";
static char sccsid[] = "@(#)conv.c 8.3 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
"$Id$";
"$Id: conv.c,v 1.9 1998/05/06 06:51:30 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -37,10 +37,10 @@
#ifndef lint
#if 0
static char const sccsid[] = "@(#)conv_tab.c 8.1 (Berkeley) 5/31/93";
static char sccsid[] = "@(#)conv_tab.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
"$Id$";
"$Id: conv_tab.c,v 1.7 1998/05/06 06:51:32 charnier Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -43,10 +43,10 @@ static char const copyright[] =
#ifndef lint
#if 0
static char const sccsid[] = "@(#)dd.c 8.5 (Berkeley) 4/2/94";
static char sccsid[] = "@(#)dd.c 8.5 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
"$Id$";
"$Id: dd.c,v 1.14 1998/05/06 06:51:39 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -37,12 +37,13 @@
#ifndef lint
#if 0
static char const sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94";
static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
"$Id$";
"$Id: misc.c,v 1.13 1998/05/06 06:51:40 charnier Exp $";
#endif /* not lint */
#include <sys/types.h>
#include <sys/time.h>
#include <errno.h>

View File

@ -37,12 +37,13 @@
#ifndef lint
#if 0
static char const sccsid[] = "@(#)position.c 8.3 (Berkeley) 4/2/94";
static char sccsid[] = "@(#)position.c 8.3 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
"$Id$";
"$Id: position.c,v 1.7 1998/05/06 06:51:42 charnier Exp $";
#endif /* not lint */
#include <sys/types.h>
#include <sys/mtio.h>
#include <err.h>