]>
diplodocus.org Git - nmh/blob - docs/historical/SRI-NOSC/stat.h
3 * Inode structure as returned by
20 /* advisable to use this define to generate owner as 16-bit num */
21 #define IOWNER(i_n_buf) (((i_n_buf).i_uid<<8)|(i_n_buf).i_gid&0377)
23 #define IALLOC 0100000
36 struct { char d_minor
, d_major
; };