From owner-cvs-all Thu Jan 28 09:30:53 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15698 for cvs-all-outgoing; Thu, 28 Jan 1999 09:30:53 -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 JAA15689; Thu, 28 Jan 1999 09:30:51 -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 JAA73805; Thu, 28 Jan 1999 09:30:51 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Thu, 28 Jan 1999 09:30:51 -0800 (PST) Message-Id: <199901281730.JAA73805@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys kernel.h vnode.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/01/28 09:30:51 PST Modified files: sys/sys kernel.h vnode.h Log: Clarify the SYSINIT problem by breaking SYSINIT's up into a void * version and a const void * version. Currently the const void * version simply calls the void * version ( i.e. no 'fix' is in place ). A solution needs to be found for the C_SYSINIT ( etc...) family of macros that allows const void * without generating a warning, but does not allow non-const void *. Revision Changes Path 1.51 +34 -6 src/sys/sys/kernel.h 1.83 +3 -3 src/sys/sys/vnode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message