From owner-cvs-all Sun Sep 30 14:13: 0 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 3335737B406; Sun, 30 Sep 2001 14:12:55 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8ULCtI48963; Sun, 30 Sep 2001 14:12:55 -0700 (PDT) (envelope-from luigi) Message-Id: <200109302112.f8ULCtI48963@freefall.freebsd.org> From: Luigi Rizzo Date: Sun, 30 Sep 2001 14:12:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys libkern.h namei.h queue.h X-FreeBSD-CVS-Branch: RELENG_4 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/30 14:12:55 PDT Modified files: (Branch: RELENG_4) sys/sys libkern.h namei.h queue.h Log: MFC: make these files valid for g++. In detail, 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 Revision Changes Path 1.20.2.2 +2 -2 src/sys/sys/libkern.h 1.29.2.2 +27 -17 src/sys/sys/namei.h 1.32.2.5 +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