aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pstat
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-05-23 09:42:29 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-05-23 09:42:29 +0000
commit99d300a1ecab368a3f1aab2273c07e5040c27d35 (patch)
tree1b88ac3d27dd822968f18355d8ca158bdff00ace /usr.sbin/pstat
parent468f05c7f716dddd967aac96b415de5ca3d6b2c8 (diff)
Notes
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r--usr.sbin/pstat/Makefile1
-rw-r--r--usr.sbin/pstat/pstat.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pstat/Makefile b/usr.sbin/pstat/Makefile
index 72a86aaf78db..b96e3918564c 100644
--- a/usr.sbin/pstat/Makefile
+++ b/usr.sbin/pstat/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= pstat
-CFLAGS+=-I${.CURDIR}/../../sys
BINGRP= kmem
BINMODE=2555
DPADD= ${LIBKVM}
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c
index 7ac83fbf8c69..d8ddfbf34600 100644
--- a/usr.sbin/pstat/pstat.c
+++ b/usr.sbin/pstat/pstat.c
@@ -56,7 +56,7 @@ static const char rcsid[] =
#include <sys/mount.h>
#include <sys/uio.h>
#include <sys/namei.h>
-#include <miscfs/union/union.h>
+#include <fs/unionfs/union.h>
#undef _KERNEL
#include <sys/stat.h>
#include <nfs/rpcv2.h>