From owner-cvs-all Fri Dec 1 20:15:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D72A37B400; Fri, 1 Dec 2000 20:15:17 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB24FHm11252; Fri, 1 Dec 2000 20:15:17 -0800 (PST) (envelope-from gallatin) Message-Id: <200012020415.eB24FHm11252@freefall.freebsd.org> From: Andrew Gallatin Date: Fri, 1 Dec 2000 20:15:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/osf1 imgact_osf1.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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