From owner-freebsd-current Thu Jan 28 00:20:24 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA06220 for freebsd-current-outgoing; Thu, 28 Jan 1999 00:20:24 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA06215 for ; Thu, 28 Jan 1999 00:20:23 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id AAA24422; Thu, 28 Jan 1999 00:19:31 -0800 (PST) Received: from s204m82.isp.whistle.com(207.76.204.82) via SMTP by alpo.whistle.com, id smtpdR24420; Thu Jan 28 08:19:22 1999 Date: Thu, 28 Jan 1999 00:19:20 -0800 (PST) From: Julian Elischer X-Sender: julian@s204m82.isp.whistle.com To: Matthew Dillon cc: current@FreeBSD.ORG Subject: Re: -Wall -Wcast-qual and SYSINIT In-Reply-To: <199901280753.XAA98980@apollo.backplane.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >From my uderstanding, SYSINIT should always point to a function with a CONST argument because the argument is fixed as a constant at link/compile time. what functions don't expect a const? and why not? or am I mising something? julian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message