Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2006 19:45:08 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_linker.c
Message-ID:  <200606131945.k5DJj8NZ080286@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2006-06-13 19:45:08 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_linker.c 
  Log:
  Handle the simple case of just dropping a reference near the start of
  linker_file_unload() instead of in the middle of a bunch of code for
  the case of dropping the last reference to improve readability and sanity.
  While I'm here, remove pointless goto's that were just jumping to a
  return statement.
  
  Revision  Changes    Path
  1.121     +27 -28    src/sys/kern/kern_linker.c



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