1 /* Versions of the 'struct stat' data structure used in compatibility xstat 2 functions. */ 3 #define _STAT_VER_KERNEL 0 4 #define _STAT_VER_LINUX 0 5 #define _STAT_VER _STAT_VER_KERNEL 6 7 /* Versions of the 'xmknod' interface used in compatibility xmknod 8 functions. */ 9 #define _MKNOD_VER_LINUX 0 10 #define _MKNOD_VER _MKNOD_VER_LINUX 11