diff options
Diffstat (limited to 'sys/netgraph/netgraph.h')
-rw-r--r-- | sys/netgraph/netgraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/netgraph.h b/sys/netgraph/netgraph.h index d59bc1e..7d84f94 100644 --- a/sys/netgraph/netgraph.h +++ b/sys/netgraph/netgraph.h @@ -47,7 +47,7 @@ #include <sys/malloc.h> #include <sys/module.h> -#ifndef KERNEL +#ifndef _KERNEL #error "This file should not be included in user level programs" #endif |