Date: Fri, 9 Jul 1999 11:05:05 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c Message-ID: <199907091805.LAA76585@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907091805.LAA76585>