Remove a couple of warnings, add includes
(from Havard Eidnes <Havard.Eidnes@runit.sintef.no>)
This commit is contained in:
parent
10bd06c138
commit
784b6e7b9d
@ -33,7 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/* from: static char sccsid[] = "@(#)unix.c 5.11 (Berkeley) 7/1/91"; */
|
||||
static char rcsid[] = "$Id: unix.c,v 1.4 1993/05/20 12:03:54 cgd Exp $";
|
||||
static char rcsid[] = "$Id: unix.c,v 1.5 1993/05/21 12:51:14 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
@ -50,6 +50,8 @@ static char rcsid[] = "$Id: unix.c,v 1.4 1993/05/20 12:03:54 cgd Exp $";
|
||||
#include <sys/proc.h>
|
||||
#define KERNEL
|
||||
struct uio;
|
||||
#include <sys/time.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/file.h>
|
||||
struct file *file, *fileNFILE;
|
||||
int nfiles;
|
||||
|
Loading…
Reference in New Issue
Block a user