<sys/user.h> -> <sys/time.h>

Spotted by:	bde
This commit is contained in:
Poul-Henning Kamp 1995-10-30 15:44:44 +00:00
parent 32b505b222
commit 5a4838fc5e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11936

View File

@ -43,12 +43,12 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "From: @(#)nfsstat.c 8.1 (Berkeley) 6/6/93";*/
static const char rcsid[] =
"$Id: nfsstat.c,v 1.3 1995/06/27 11:07:13 dfr Exp $";
"$Id: nfsstat.c,v 1.4 1995/10/29 09:53:00 phk Exp $";
#endif /* not lint */
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/user.h>
#include <sys/time.h>
#include <sys/sysctl.h>
#include <nfs/rpcv2.h>
#include <nfs/nfsproto.h>