Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2000 20:15:17 -0800 (PST)
From:      Andrew Gallatin <gallatin@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/osf1 imgact_osf1.c
Message-ID:  <200012020415.eB24FHm11252@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gallatin    2000/12/01 20:15:17 PST

  Modified files:
    sys/alpha/osf1       imgact_osf1.c 
  Log:
  exec_osf1_imgact() should return -1 for non OSF1/ECOFF binaries, it should
  not return ENOEXEC.  This is because image activators should return -1 if they
  don't claim an image. They should return ENOEXEC if they do claim it,
  but cannot load it due to sime problem with the image.   This bug was
  preventing static compilation of the osf/1 module.  I'm surprised it
  did not cause more problems.
  
  Revision  Changes    Path
  1.3       +2 -2      src/sys/alpha/osf1/imgact_osf1.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?200012020415.eB24FHm11252>