cvs commit: src/sys/kern kern_linker.c

John Baldwin jhb at FreeBSD.org
Tue Jun 13 19:47:29 UTC 2006


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


More information about the cvs-src mailing list