Autzoo.241 hacknews utzoo!henry Sun Mar 8 21:33:40 1981 NDADDR added to inode.h, ino.h Added a #defined constant to inode.h to indicate number of direct addresses: NDADDR. Also made ino.h define NADDR and NDADDR if not already defined. This should reduce magic numbers in programs tat examine filesystems. Note one constraint imposed by this: the #include of inode.h should precede that of ino.h in programs that include both.