diff --git a/sys/net/if.h b/sys/net/if.h --- a/sys/net/if.h +++ b/sys/net/if.h @@ -655,7 +655,7 @@ * Opaque interface structure. */ -typedef struct ifnet * if_t; +typedef struct ifnet *if_t; #ifdef _KERNEL #ifdef MALLOC_DECLARE