From d96e87590423b247b0476f5e9049a70565eee77c Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 13 Jul 2009 21:43:24 +0000 Subject: [PATCH] need _KMEMUSER too. --- usr.bin/fstat/misc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.bin/fstat/misc.c b/usr.bin/fstat/misc.c index b87204543777..b2191d001e89 100644 --- a/usr.bin/fstat/misc.c +++ b/usr.bin/fstat/misc.c @@ -1,4 +1,4 @@ -/* $NetBSD: misc.c,v 1.5 2009/07/13 17:57:35 christos Exp $ */ +/* $NetBSD: misc.c,v 1.6 2009/07/13 21:43:24 christos Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -30,10 +30,11 @@ */ #include -__RCSID("$NetBSD: misc.c,v 1.5 2009/07/13 17:57:35 christos Exp $"); +__RCSID("$NetBSD: misc.c,v 1.6 2009/07/13 21:43:24 christos Exp $"); #include #include +#define _KMEMUSER #include #include #include