summaryrefslogtreecommitdiffstats
path: root/usr.bin/nfsstat
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-10-29 09:56:53 +0000
committerphk <phk@FreeBSD.org>1995-10-29 09:56:53 +0000
commit4839e0e9973ae33e5c74820a5d1b808af7394f02 (patch)
treee75a5512181f6552ddcf7f6a7a35af0849bb37e8 /usr.bin/nfsstat
parent9146b903edfd16c5883f0a71a35b96f89a04b823 (diff)
downloadFreeBSD-src-4839e0e9973ae33e5c74820a5d1b808af7394f02.zip
FreeBSD-src-4839e0e9973ae33e5c74820a5d1b808af7394f02.tar.gz
#include <sys/user.h>
Diffstat (limited to 'usr.bin/nfsstat')
-rw-r--r--usr.bin/nfsstat/nfsstat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c
index 0f54f12..7b2a56b 100644
--- a/usr.bin/nfsstat/nfsstat.c
+++ b/usr.bin/nfsstat/nfsstat.c
@@ -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>
OpenPOWER on IntegriCloud