tech-userlevel archive

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

Re: chfs support in makefs



On Tue, Apr 10, 2012 at 11:41:11AM +0200, Tamas Toth wrote:
> I added chfs support to makefs. It's a bit ugly, because I had to
> copy some parts of sys/vnode.h to chfs/mkfs_chfs.c. (Tools can't be
> compiled with build.sh if I include the sys/vnode.h.)

Create a local copy of vnode.h in the Makefile and include that with
#include "vnode.h"  for the host program case?

Joerg


Home | Main Index | Thread Index | Old Index