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