Date: Thu, 27 Sep 2001 17:05:11 -0700 (PDT) From: Luigi Rizzo <luigi@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys namei.h queue.h libkern.h Message-ID: <200109280005.f8S05Bh43434@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109280005.f8S05Bh43434>
