get rid of extraneous include of machine/endian.h now that it's

included by sys/types.h
This commit is contained in:
cgd 1993-09-17 01:49:27 +00:00
parent 0145d113ae
commit 72b27fe90c
1 changed files with 1 additions and 2 deletions

View File

@ -36,7 +36,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/* from: static char sccsid[] = "@(#)hash_page.c 8.2 (Berkeley) 9/6/93"; */
static char *rcsid = "$Id: hash_page.c,v 1.4 1993/09/09 02:42:07 cgd Exp $";
static char *rcsid = "$Id: hash_page.c,v 1.5 1993/09/17 01:49:27 cgd Exp $";
#endif /* LIBC_SCCS and not lint */
/*
@ -56,7 +56,6 @@ static char *rcsid = "$Id: hash_page.c,v 1.4 1993/09/09 02:42:07 cgd Exp $";
*/
#include <sys/types.h>
#include <machine/endian.h>
#include <errno.h>
#include <fcntl.h>