From c8af963223b83899c345cde82a489ce8946dfcab Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Sun, 31 May 2009 19:16:00 +0000 Subject: Remove _KERNEL goo from kernel files because we're setting _KERNEL correctly. OK deraadt@, miod@ --- sys/altq/if_altq.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sys/altq') diff --git a/sys/altq/if_altq.h b/sys/altq/if_altq.h index c83f0a8578b..7c221bb64ae 100644 --- a/sys/altq/if_altq.h +++ b/sys/altq/if_altq.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_altq.h,v 1.11 2007/11/18 12:51:48 mpf Exp $ */ +/* $OpenBSD: if_altq.h,v 1.12 2009/05/31 19:15:59 claudio Exp $ */ /* $KAME: if_altq.h,v 1.6 2001/01/29 19:59:09 itojun Exp $ */ /* @@ -29,12 +29,6 @@ #ifndef _ALTQ_IF_ALTQ_H_ #define _ALTQ_IF_ALTQ_H_ -#ifdef KERNEL -#ifndef _KERNEL -#define _KERNEL -#endif -#endif - struct altq_pktattr; struct tb_regulator; struct top_cdnr; /* -- cgit v1.2.3