Do not remove include of <sys/param.h> and <sys/types.h>. They should
be here before including almost any POSIX header. Requested by: Bruce
This commit is contained in:
parent
9ae843f2f7
commit
1570bafc51
@ -32,9 +32,10 @@
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] =
|
||||
"$Id$";
|
||||
"$Id: chio.c,v 1.5 1998/05/06 06:49:56 charnier Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/chio.h>
|
||||
#include <err.h>
|
||||
#include <fcntl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user