K 10 svn:author V 3 mux K 8 svn:date V 27 2004-07-28T09:12:54.000000Z K 7 svn:log V 364 Remove (at least temporarily) the check that prevents us from including 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. END