]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define _STATBUF_ST_RDEV.
authorUlrich Drepper <drepper@redhat.com>
Sun, 25 Jan 1998 17:00:01 +0000 (17:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 25 Jan 1998 17:00:01 +0000 (17:00 +0000)
sysdeps/unix/sysv/linux/alpha/bits/stat.h
sysdeps/unix/sysv/linux/mips/bits/stat.h

index 319ff96c51301d2efde46944cb7ec6c579d9eadf..cb4ab78268acaadf935f59d7d1452870762ed947 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -84,7 +84,9 @@ struct stat64
   };
 #endif
 
-#define        _STATBUF_ST_BLKSIZE     /* Tell code we have this member.  */
+/* Tell code we have these members.  */
+#define        _STATBUF_ST_BLKSIZE
+#define _STATBUF_ST_RDEV
 
 /* Encoding of the file mode.  */
 
index cd586d4433e9746f3d8fc00961d0974feb2eef3a..3bcf1a92991c431a4a658725029b67423b66a202 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -112,7 +112,9 @@ struct stat64
   };
 #endif
 
-#define        _STATBUF_ST_BLKSIZE     /* Tell code we have this member.  */
+/* Tell code we have these members.  */
+#define        _STATBUF_ST_BLKSIZE
+#define        _STATBUF_ST_RDEV
 
 /* Encoding of the file mode.  */