diff options
Diffstat (limited to 'sys/netatm/atm_vc.h')
-rw-r--r-- | sys/netatm/atm_vc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netatm/atm_vc.h b/sys/netatm/atm_vc.h index 64d1b6f..8ee4253 100644 --- a/sys/netatm/atm_vc.h +++ b/sys/netatm/atm_vc.h @@ -39,7 +39,7 @@ #define _NETATM_ATM_VC_H -#ifdef ATM_KERNEL +#ifdef _KERNEL /* * ATM Virtual Channel Connection control block. All vccb's are created * and controlled by an ATM signalling manager. Each ATM signalling @@ -66,7 +66,7 @@ struct vccb { long vc_oerrors; /* Errors sending to VCC */ time_t vc_tstamp; /* State transition timestamp */ }; -#endif /* ATM_KERNEL */ +#endif /* _KERNEL */ /* * VCC Types |