fix for new select stuff

This commit is contained in:
cgd 1993-05-20 10:30:40 +00:00
parent 2c6296eff4
commit ef304ff6c0
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
static char sccsid[] = "@(#)fstat.c 5.32 (Berkeley) 6/17/91";
/* from: static char sccsid[] = "@(#)fstat.c 5.32 (Berkeley) 6/17/91"; */
static char rcsid[] = "$Id: fstat.c,v 1.3 1993/05/20 10:30:40 cgd Exp $";
#endif /* not lint */
/*
@ -57,6 +58,7 @@ static char sccsid[] = "@(#)fstat.c 5.32 (Berkeley) 6/17/91";
#endif
#include <sys/stat.h>
#include <sys/vnode.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/domain.h>