aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hatm
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-06-22 06:42:03 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-06-22 06:42:03 +0000
commit2e7d71c520177f0774aeb121e6868c0de8ccbe3c (patch)
treecfc8b663ee9df600dfbb36a752cca44054514447 /sys/dev/hatm
parent2c87a19e7af1d28deaeb25d27714ddc964e0330e (diff)
Notes
Diffstat (limited to 'sys/dev/hatm')
-rw-r--r--sys/dev/hatm/if_hatmvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hatm/if_hatmvar.h b/sys/dev/hatm/if_hatmvar.h
index 9edadc307135..d19fd0eabd74 100644
--- a/sys/dev/hatm/if_hatmvar.h
+++ b/sys/dev/hatm/if_hatmvar.h
@@ -590,7 +590,7 @@ struct hatm_softc {
#ifdef HATM_DEBUG
#define DBG(SC, FL, PRINT) do { \
if((SC)->debug & DBG_##FL) { \
- if_printf(&(SC)->ifatm.ifnet, "%s: ", __func__); \
+ if_printf((SC)->ifp, "%s: ", __func__); \
printf PRINT; \
printf("\n"); \
} \