Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2007 23:16:54 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_kse.c
Message-ID:  <200707232316.l6NNGsYT033888@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
attilio     2007-07-23 23:16:53 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_kse.c 
  Log:
  upcall_free() was only used in kse_GC() which has been removed so it now
  results unused; this, with -Werror option of gcc, rise a warning for gcc
  which let the buildkernel to be busted.
  Fix this removing upcall_free().
  
  Reported by: various
  Approved by: jeff
  Approved by: re
  Pointy hat to: attilio
  
  Revision  Changes    Path
  1.233     +0 -8      src/sys/kern/kern_kse.c



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