From owner-cvs-all Fri Jul 9 11: 5: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA86514C3F; Fri, 9 Jul 1999 11:05:05 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA76585; Fri, 9 Jul 1999 11:05:05 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199907091805.LAA76585@freefall.freebsd.org> From: Peter Wemm Date: Fri, 9 Jul 1999 11:05:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/07/09 11:05:05 PDT Modified files: sys/kern imgact_elf.c Log: Minor tweak - don't cause a warning. I don't know if it was intentional or not, but it would have printed out: /compat/linux/foo/bar.so: interpreter not found If it was, then I've broken it. De-constifying the 'interp' variable or carrying the constness through to elf_load_file() are alternatives. Revision Changes Path 1.60 +3 -2 src/sys/kern/imgact_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message