(_STAT_VER_KERNEL): Added.
authorUlrich Drepper <drepper@redhat.com>
Sat, 28 Nov 1998 21:04:33 +0000 (21:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 28 Nov 1998 21:04:33 +0000 (21:04 +0000)
sysdeps/unix/sysv/linux/mips/bits/stat.h

index 3bcf1a9..f0afd5e 100644 (file)
 
 /* Versions of the `struct stat' data structure.  */
 #define _STAT_VER_LINUX_OLD    1
+#define _STAT_VER_KERNEL       1
 #define _STAT_VER_SVR4         2
 #define _STAT_VER_LINUX                3
-#define _STAT_VER              _STAT_VER_LINUX /* The one defined below.  */
+#define _STAT_VER              _STAT_VER_LINUX /* The one defined below.  */
 
 /* Versions of the `xmknod' interface.  */
 #define _MKNOD_VER_LINUX       1
 #define _MKNOD_VER_SVR4                2
 #define _MKNOD_VER             _MKNOD_VER_LINUX /* The bits defined below.  */
 
+
 /* Structure describing file characteristics.  */
 struct stat
   {