repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
new libunwind, updated to netbsd b1f513eedd
[minix3.git]
/
servers
/
iso9660fs
/
buf.h
blob
39a19ce43447eca608dcc4aea88c0999859e4c9f
1
#include <sys/dirent.h>
2
3
#define b_data(bp) ((char *) (bp->data))
4
5
/* A block is free if b_dev == NO_DEV. */
6
7
#define INODE_BLOCK 0
/* inode block */
8
#define DIRECTORY_BLOCK 1
/* directory block */