From owner-cvs-all Thu Sep 27 17: 5:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5761937B40A; Thu, 27 Sep 2001 17:05:11 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8S05Bh43434; Thu, 27 Sep 2001 17:05:11 -0700 (PDT) (envelope-from luigi) Message-Id: <200109280005.f8S05Bh43434@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 27 Sep 2001 17:05:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys namei.h queue.h libkern.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2001/09/27 17:05:11 PDT Modified files: sys/sys namei.h queue.h libkern.h Log: namei.h: move "struct componentname" definition outside "struct nameidata", and provide a valid STDC/C++ definition for function NDINIT queue.h libkern.h: put explicit casts from void * in insque, remque and memset (for the records, these changes are necessary to let the files compile with g++, which is used to build a FreeBSD module for "Click" -- see www.pdos.lcs.mit.edu/click/ . Given that they have zero impact on our code, it is worthwhile to have them in. MFC after: 3 days Revision Changes Path 1.27 +2 -2 src/sys/sys/libkern.h 1.33 +27 -17 src/sys/sys/namei.h 1.44 +4 -3 src/sys/sys/queue.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message