From 2f6f05bb4c4c6f270388a0b2286f9b636422adfc Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 21 Oct 2004 12:09:45 +0000 Subject: Add -D_KVM_VNODE to indicate that despite being a userland program, we want to know the vnode structures internals. --- usr.bin/fstat/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index 1be1d7f..8ca57b9 100644 --- a/usr.bin/fstat/Makefile +++ b/usr.bin/fstat/Makefile @@ -9,4 +9,6 @@ BINGRP= kmem BINMODE=2555 WARNS?= 6 +CFLAGS+=-D_KVM_VNODE + .include -- cgit v1.1