Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2002 10:28:58 -0700 (PDT)
From:      Sam Leffler <sam@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_linker.c
Message-ID:  <200210171728.g9HHSw7M069602@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2002/10/17 10:28:58 PDT

  Modified files:
    sys/kern             kern_linker.c 
  Log:
  fix kldload error return when a module is rejected because it's statically
  linked in the kernel.  When this condition is detected deep in the linker
  internals the EEXIST error code that's returned is stomped on and instead
  an ENOEXEC code is returned.  This makes apps like sysinstall bitch.
  
  Revision  Changes    Path
  1.96      +12 -4     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?200210171728.g9HHSw7M069602>