new libunwind, updated to netbsd b1f513eedd
[minix3.git] / servers / iso9660fs / buf.h
blob39a19ce43447eca608dcc4aea88c0999859e4c9f
1 #include <sys/dirent.h>
3 #define b_data(bp) ((char *) (bp->data))
5 /* A block is free if b_dev == NO_DEV. */
7 #define INODE_BLOCK 0 /* inode block */
8 #define DIRECTORY_BLOCK 1 /* directory block */