diff options
Diffstat (limited to 'sys/netatm/uni/sscop_var.h')
-rw-r--r-- | sys/netatm/uni/sscop_var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netatm/uni/sscop_var.h b/sys/netatm/uni/sscop_var.h index f29108a..b063212 100644 --- a/sys/netatm/uni/sscop_var.h +++ b/sys/netatm/uni/sscop_var.h @@ -134,7 +134,7 @@ struct sscop_stat { u_long sos_maa_error[MAA_ERROR_COUNT]; /* Management errors */ }; -#ifdef ATM_KERNEL +#ifdef _KERNEL /* * Global function declarations */ @@ -278,6 +278,6 @@ extern void (*(*sscop_qsaal_pdutab[])) extern void (*(*sscop_q2110_pdutab[])) __P((struct sscop *, KBuffer *, caddr_t)); -#endif /* ATM_KERNEL */ +#endif /* _KERNEL */ #endif /* _UNI_SSCOP_VAR_H */ |