Restore include of sys/types.h and sys/param.h.
This commit is contained in:
parent
bdb8446393
commit
91ac062612
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36005
@ -36,10 +36,11 @@
|
||||
static char sccsid[] = "@(#)alloc.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
static const char rcsid[] =
|
||||
"$Id: alloc.c,v 1.7 1997/08/07 21:42:01 steve Exp $";
|
||||
"$Id: alloc.c,v 1.8 1998/05/06 06:50:37 charnier Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#if __STDC__
|
||||
|
@ -36,10 +36,11 @@
|
||||
static char sccsid[] = "@(#)dol.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
static const char rcsid[] =
|
||||
"$Id: dol.c,v 1.6 1997/08/07 21:42:05 steve Exp $";
|
||||
"$Id: dol.c,v 1.7 1998/05/06 06:50:39 charnier Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -36,10 +36,11 @@
|
||||
static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
static const char rcsid[] =
|
||||
"$Id: err.c,v 1.6 1997/10/07 16:33:22 eivind Exp $";
|
||||
"$Id: err.c,v 1.7 1998/05/06 06:50:41 charnier Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#if __STDC__
|
||||
# include <stdarg.h>
|
||||
|
@ -36,10 +36,11 @@
|
||||
static char sccsid[] = "@(#)exp.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
static const char rcsid[] =
|
||||
"$Id: exp.c,v 1.5 1997/08/07 21:42:07 steve Exp $";
|
||||
"$Id: exp.c,v 1.6 1998/05/06 06:50:44 charnier Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#if __STDC__
|
||||
|
@ -36,10 +36,11 @@
|
||||
static char sccsid[] = "@(#)hist.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
static const char rcsid[] =
|
||||
"$Id: hist.c,v 1.6 1998/02/28 10:49:57 jraynard Exp $";
|
||||
"$Id: hist.c,v 1.7 1998/05/06 06:50:50 charnier Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
#if __STDC__
|
||||
# include <stdarg.h>
|
||||
#else
|
||||
|
@ -36,10 +36,11 @@
|
||||
static char sccsid[] = "@(#)lex.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
static const char rcsid[] =
|
||||
"$Id: lex.c,v 1.8 1997/08/08 00:54:04 steve Exp $";
|
||||
"$Id: lex.c,v 1.9 1998/05/06 06:50:52 charnier Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <termios.h>
|
||||
#include <errno.h>
|
||||
|
@ -36,10 +36,11 @@
|
||||
static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
static const char rcsid[] =
|
||||
"$Id: misc.c,v 1.6 1997/08/07 21:42:13 steve Exp $";
|
||||
"$Id: misc.c,v 1.7 1998/05/06 06:50:53 charnier Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <unistd.h>
|
||||
#if __STDC__
|
||||
# include <stdarg.h>
|
||||
|
@ -36,10 +36,11 @@
|
||||
static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
static const char rcsid[] =
|
||||
"$Id: parse.c,v 1.6 1997/08/07 21:42:13 steve Exp $";
|
||||
"$Id: parse.c,v 1.7 1998/05/06 06:50:56 charnier Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <string.h>
|
||||
#if __STDC__
|
||||
# include <stdarg.h>
|
||||
|
@ -36,10 +36,11 @@
|
||||
static char sccsid[] = "@(#)set.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
static const char rcsid[] =
|
||||
"$Id: set.c,v 1.8 1998/02/28 10:50:02 jraynard Exp $";
|
||||
"$Id: set.c,v 1.9 1998/05/06 06:51:04 charnier Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
#if __STDC__
|
||||
# include <stdarg.h>
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user