diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-12 07:42:34 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-12 07:42:34 +0000 |
commit | 67467625e25c699bf06ba4193999e8ebd5bd3e95 (patch) | |
tree | 2b6fa5568c7b09e143eb085d13fffdf9f44ec201 /sys/netatm/uni/sscop_var.h | |
parent | 6f1214d91833ea199c7b4bc7a12e2bd944f6e90b (diff) |
More HARP polishina:
unifdef -UFORE_SBUS -DFORE_PCI
s/ATM_KERNEL/_KERNER/g
Notes
Notes:
svn path=/head/; revision=67002
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 f29108a40d0b..b06321272981 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 */ |