From owner-cvs-all Thu Feb 4 13:21:40 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23295 for cvs-all-outgoing; Thu, 4 Feb 1999 13:21:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23289; Thu, 4 Feb 1999 13:21:39 -0800 (PST) (envelope-from newton@FreeBSD.org) From: Mark Newton Received: (from newton@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA02931; Thu, 4 Feb 1999 13:21:39 -0800 (PST) (envelope-from newton@FreeBSD.org) Date: Thu, 4 Feb 1999 13:21:39 -0800 (PST) Message-Id: <199902042121.NAA02931@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_sysvec.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk newton 1999/02/04 13:21:39 PST Modified files: sys/i386/ibcs2 ibcs2_sysvec.c Log: Can't use elf_brand_inuse() here because iBCS2 doesn't use ELF. D'oh! Inlined the same logic elf_brand_inuse() utilizes instead. Revision Changes Path 1.14 +14 -2 src/sys/i386/ibcs2/ibcs2_sysvec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message