From: Ulrich Drepper Date: Tue, 24 Jun 2003 17:13:44 +0000 (+0000) Subject: (struct statfs): Add f_frsize field. X-Git-Tag: glibc-2.16-ports-before-merge~1346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e31adc65328aff689243913af489685cff5e050d;p=thirdparty%2Fglibc.git (struct statfs): Add f_frsize field. (struct statfs64): Likewise. --- diff --git a/sysdeps/unix/sysv/linux/alpha/bits/statfs.h b/sysdeps/unix/sysv/linux/alpha/bits/statfs.h index b8e37e61021..d39c6f01c44 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/statfs.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/statfs.h @@ -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