Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Feb 1999 13:22:00 -0800 (PST)
From:      Doug Rabson <dfr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_linker.c
Message-ID:  <199902202122.NAA09698@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dfr         1999/02/20 13:22:00 PST

  Modified files:
    sys/kern             kern_linker.c 
  Log:
  A correction to the code which attempts to prevent the same module
  being loaded twice.  It used rindex() to strip the pathname but failed
  to account for the fact that rindex() will return a pointer to the '/',
  not the first character of the filename.
  
  Submitted by: Nick Hibma <hibma@skylink.it>
  
  Revision  Changes    Path
  1.27      +3 -1      src/sys/kern/kern_linker.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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