diff options
Diffstat (limited to 'sys/netncp/ncp_conn.h')
-rw-r--r-- | sys/netncp/ncp_conn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netncp/ncp_conn.h b/sys/netncp/ncp_conn.h index 923293c..850e5e7 100644 --- a/sys/netncp/ncp_conn.h +++ b/sys/netncp/ncp_conn.h @@ -135,7 +135,7 @@ struct ncp_conn_stat { char user[NCP_MAXUSERNAMELEN+1]; }; -#ifdef KERNEL +#ifdef _KERNEL #ifndef LK_SHARED #include <sys/lock.h> @@ -234,5 +234,5 @@ extern int ncp_burst_enabled; MALLOC_DECLARE(M_NCPDATA); #endif -#endif /* KERNEL */ +#endif /* _KERNEL */ #endif /* _NCP_CONN_H_ */ |