Deleted Added
full compact
31c31
< * $FreeBSD: head/sys/netgraph/bluetooth/drivers/h4/ng_h4.c 151387 2005-10-16 20:44:18Z phk $
---
> * $FreeBSD: head/sys/netgraph/bluetooth/drivers/h4/ng_h4.c 164033 2006-11-06 13:42:10Z rwatson $
50a51
> #include <sys/priv.h>
159c160
< error = suser(curthread); /* XXX */
---
> error = priv_check(curthread, PRIV_NETGRAPH_TTY); /* XXX */