tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: chfs support in makefs



In article <op.wco79rivbcua1o@localhost.localdomain>,
Tamas Toth <ttoth%inf.u-szeged.hu@localhost> wrote:
>-=-=-=-=-=-
>
>The write method of chfs was changed (and it's compatible with existing  
>filesystems) so makefs doesn't have to include sys/vnode.h anymore. I also  
>added the missing DPADD+={$LIBZ} to the Makefile.
>Header files are copied like the previous version, because if I used them  
>directly from NETBSDSRCDIR that cause as same problem as before (included  
>sys/vnode.h).
>
>Any more comments before I commit it?

I would prefer not copying the header files. Can't the <sys/vnode.h> be
conditionally included #if _KERNEL, or not done at all there?

christos



Home | Main Index | Thread Index | Old Index