From owner-cvs-all Fri Jan 29 15:08:26 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27543 for cvs-all-outgoing; Fri, 29 Jan 1999 15:08:26 -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 PAA27536; Fri, 29 Jan 1999 15:08:25 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA34562; Fri, 29 Jan 1999 14:59:44 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Fri, 29 Jan 1999 14:59:44 -0800 (PST) Message-Id: <199901292259.OAA34562@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern imgact_aout.c imgact_elf.c imgact_gzip.c imgact_shell.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/01/29 14:59:43 PST Modified files: sys/kern imgact_aout.c imgact_elf.c imgact_gzip.c imgact_shell.c Log: *_execsw static structures cannot be const due to the way they interact with EXEC_SET, DECLARE_MODULE, and module_register. Specifically, module_register. We may eventually be able to make these const, but not now. Revision Changes Path 1.45 +2 -2 src/sys/kern/imgact_aout.c 1.47 +2 -2 src/sys/kern/imgact_elf.c 1.36 +2 -2 src/sys/kern/imgact_gzip.c 1.18 +2 -2 src/sys/kern/imgact_shell.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message