#include <sys/user.h>
This commit is contained in:
parent
7e247b3498
commit
52a28d7027
@ -43,11 +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.2 1994/10/23 23:25:43 wollman Exp $";
|
||||
"$Id: nfsstat.c,v 1.3 1995/06/27 11:07:13 dfr Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/user.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <nfs/rpcv2.h>
|
||||
#include <nfs/nfsproto.h>
|
||||
|
@ -44,6 +44,7 @@ static char sccsid[] = "@(#)pigs.c 8.2 (Berkeley) 9/23/93";
|
||||
#include <sys/dir.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/user.h>
|
||||
#include <sys/sysctl.h>
|
||||
|
||||
#include <curses.h>
|
||||
|
@ -43,6 +43,7 @@ static char sccsid[] = "@(#)kgmon.c 8.1 (Berkeley) 6/6/93";
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/user.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/gmon.h>
|
||||
#include <errno.h>
|
||||
|
Loading…
Reference in New Issue
Block a user