Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jul 2004 09:12:54 +0000 (UTC)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys _task.h
Message-ID:  <200407280912.i6S9CsfA088910@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mux         2004-07-28 09:12:54 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              _task.h 
  Log:
  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.
  
  Revision  Changes    Path
  1.2       +0 -4      src/sys/sys/_task.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407280912.i6S9CsfA088910>