From owner-cvs-all Fri Jul 9 12:10:17 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 24D4A14CD3; Fri, 9 Jul 1999 12:10:16 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA81658; Fri, 9 Jul 1999 12:10:15 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199907091910.MAA81658@freefall.freebsd.org> From: Peter Wemm Date: Fri, 9 Jul 1999 12:10:15 -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 12:10:15 PDT Modified files: sys/kern imgact_elf.c Log: Fix the previous warning a different way since the emul_path exposure was intentional. Avoid the warning by propagating the const filename through to elf_load_file() instead. Revision Changes Path 1.61 +5 -7 src/sys/kern/imgact_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message