harti 2005-06-22 06:42:03 UTC FreeBSD src repository Modified files: sys/dev/hatm if_hatmvar.h Log: Fix the debugging macro. The struct ifnet isn't embedded in softc anymore - instead we have a pointer in the softc to it. Use that instead to call if_printf(). Approved by: re Revision Changes Path 1.18 +1 -1 src/sys/dev/hatm/if_hatmvar.h