mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
targ(4): Remove D_NEEDGIANT.
I don't believe this code needs Giant, if ever needed. MFC after: 1 month
This commit is contained in:
parent
84d5b6bd68
commit
f3dcedd3de
1 changed files with 0 additions and 1 deletions
|
|
@ -115,7 +115,6 @@ static struct filterops targread_filtops = {
|
|||
|
||||
static struct cdevsw targ_cdevsw = {
|
||||
.d_version = D_VERSION,
|
||||
.d_flags = D_NEEDGIANT,
|
||||
.d_open = targopen,
|
||||
.d_read = targread,
|
||||
.d_write = targwrite,
|
||||
|
|
|
|||
Loading…
Reference in a new issue