From b86e97fbe2086003bbd828193a604a25fca13abc Mon Sep 17 00:00:00 2001 From: guenther Date: Sat, 17 Jul 2010 19:27:07 +0000 Subject: Move some macros in to outside the #ifdef _KERNEL so that libkvm doesn't need to define that, thereby avoiding some warnings. ok miod@ --- lib/libkvm/kvm_file2.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/libkvm/kvm_file2.c') diff --git a/lib/libkvm/kvm_file2.c b/lib/libkvm/kvm_file2.c index 2af3d7702fa..c7dc886f93e 100644 --- a/lib/libkvm/kvm_file2.c +++ b/lib/libkvm/kvm_file2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_file2.c,v 1.15 2010/06/29 16:39:23 guenther Exp $ */ +/* $OpenBSD: kvm_file2.c,v 1.16 2010/07/17 19:27:07 guenther Exp $ */ /* * Copyright (c) 2009 Todd C. Miller @@ -90,9 +90,7 @@ #include #include -#define _KERNEL #include -#undef _KERNEL #include #include -- cgit v1.2.3-59-g8ed1b