diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-05-31 19:16:00 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-05-31 19:16:00 +0000 |
commit | c8af963223b83899c345cde82a489ce8946dfcab (patch) | |
tree | b307f94c219116067732f5b95b173238cadf4c48 /sys/altq | |
parent | 37d20f8ead9e5cd9321384548f21b8c7241fae2b (diff) |
Remove _KERNEL goo from kernel files because we're setting _KERNEL correctly.
OK deraadt@, miod@
Diffstat (limited to 'sys/altq')
-rw-r--r-- | sys/altq/if_altq.h | 8 |
1 files changed, 1 insertions, 7 deletions
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; /* |