]> sourceware.org Git - glibc.git/commitdiff
(struct statfs): Add f_frsize field. (struct statfs64): Likewise.
authorUlrich Drepper <drepper@redhat.com>
Tue, 24 Jun 2003 17:13:45 +0000 (17:13 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 24 Jun 2003 17:13:45 +0000 (17:13 +0000)
sysdeps/unix/sysv/linux/alpha/bits/statfs.h
sysdeps/unix/sysv/linux/bits/statfs.h
sysdeps/unix/sysv/linux/s390/bits/statfs.h

index b8e37e61021b7565963552f851a64acf50618025..d39c6f01c44ef04472c2f80c14233942b2bbe6ea 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 2000, 2003 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
@@ -41,7 +41,8 @@ struct statfs
 #endif
     __fsid_t f_fsid;
     int f_namelen;
-    int f_spare[6];
+    int f_frsize;
+    int f_spare[5];
   };
 
 #ifdef __USE_LARGEFILE64
@@ -56,7 +57,8 @@ struct statfs64
     __fsfilcnt64_t f_ffree;
     __fsid_t f_fsid;
     int f_namelen;
-    int f_spare[6];
+    int f_frsize;
+    int f_spare[5];
   };
 #endif
 
index 367e59d6df2b8fae25f74f3229e048ab09b6409d..d2b7ac32dd59ea31496ee026019abb220a1c73a9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998, 2000, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 2000, 2002, 2003 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
@@ -41,7 +41,8 @@ struct statfs
 #endif
     __fsid_t f_fsid;
     __SWORD_TYPE f_namelen;
-    __SWORD_TYPE f_spare[6];
+    __SWORD_TYPE f_frsize;
+    __SWORD_TYPE f_spare[5];
   };
 
 #ifdef __USE_LARGEFILE64
@@ -56,7 +57,8 @@ struct statfs64
     __fsfilcnt64_t f_ffree;
     __fsid_t f_fsid;
     __SWORD_TYPE f_namelen;
-    __SWORD_TYPE f_spare[6];
+    __SWORD_TYPE f_frsize;
+    __SWORD_TYPE f_spare[5];
   };
 #endif
 
index b8e37e61021b7565963552f851a64acf50618025..d39c6f01c44ef04472c2f80c14233942b2bbe6ea 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 2000, 2003 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
@@ -41,7 +41,8 @@ struct statfs
 #endif
     __fsid_t f_fsid;
     int f_namelen;
-    int f_spare[6];
+    int f_frsize;
+    int f_spare[5];
   };
 
 #ifdef __USE_LARGEFILE64
@@ -56,7 +57,8 @@ struct statfs64
     __fsfilcnt64_t f_ffree;
     __fsid_t f_fsid;
     int f_namelen;
-    int f_spare[6];
+    int f_frsize;
+    int f_spare[5];
   };
 #endif
 
This page took 0.045313 seconds and 5 git commands to generate.