Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/net/if_var.h 72084 2001-02-06 10:12:15Z phk $
---
> * $FreeBSD: head/sys/net/if_var.h 72200 2001-02-09 06:11:45Z bmilekic $
194,195c194,195
< #define IF_LOCK(ifq) mtx_enter(&(ifq)->ifq_mtx, MTX_DEF)
< #define IF_UNLOCK(ifq) mtx_exit(&(ifq)->ifq_mtx, MTX_DEF)
---
> #define IF_LOCK(ifq) mtx_lock(&(ifq)->ifq_mtx)
> #define IF_UNLOCK(ifq) mtx_unlock(&(ifq)->ifq_mtx)