The makefs msdosfs code includes fs/msdosfs/denode.h which directly uses
struct buf from <sys/buf.h> rather than m_buf. To work around this problem
provide a local sys/buf.h that includes ffs/buf.h and defines an alias.
This is a rather ugly hack, so alternatively we could modify the msdofs
headers?