mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-03 17:11:32 +00:00
f082437d56
this file from userland. Since we export struct ifnet to userland, and that struct ifnet now contains a struct task, userland needs to know what struct task looks like. We need to consider having a pointer to a struct task here instead and forward declare struct task in the !_KERNEL case.