]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
namei.h: move "struct componentname" definition outside "struct nameidata",
authorluigi <luigi@FreeBSD.org>
Fri, 28 Sep 2001 00:05:11 +0000 (00:05 +0000)
committerluigi <luigi@FreeBSD.org>
Fri, 28 Sep 2001 00:05:11 +0000 (00:05 +0000)
commite107fbbb1a6371a4d7841cd71acef3612f186f41
tree8d701dd0ce3faebdd9a101554e23320374a9d5f7
parent21eb2e91b646074cbdfc4ce4b8796f3f1032636a
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
sys/sys/libkern.h
sys/sys/namei.h
sys/sys/queue.h