public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
* [PATCH][alpha] bits/statfs.h update
@ 2011-02-28 22:37 Aurelien Jarno
  2011-03-01  0:06 ` Richard Henderson
  0 siblings, 1 reply; 2+ messages in thread
From: Aurelien Jarno @ 2011-02-28 22:37 UTC (permalink / raw)
  To: libc-ports

2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>

	* sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
	struct statfs64): Add f_flags field.

diff --git a/sysdeps/unix/sysv/linux/alpha/bits/statfs.h b/sysdeps/unix/sysv/linux/alpha/bits/statfs.h
index d838e6b..157591d 100644
--- a/sysdeps/unix/sysv/linux/alpha/bits/statfs.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/statfs.h
@@ -42,7 +42,8 @@ struct statfs
     __fsid_t f_fsid;
     int f_namelen;
     int f_frsize;
-    int f_spare[5];
+    int f_flags;
+    int f_spare[4];
   };
 
 #ifdef __USE_LARGEFILE64
@@ -58,7 +59,8 @@ struct statfs64
     __fsid_t f_fsid;
     int f_namelen;
     int f_frsize;
-    int f_spare[5];
+    int f_flags;
+    int f_spare[4];
   };
 #endif

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH][alpha] bits/statfs.h update
  2011-02-28 22:37 [PATCH][alpha] bits/statfs.h update Aurelien Jarno
@ 2011-03-01  0:06 ` Richard Henderson
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Henderson @ 2011-03-01  0:06 UTC (permalink / raw)
  To: Aurelien Jarno; +Cc: libc-ports

On 03/01/2011 08:37 AM, Aurelien Jarno wrote:
> 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
> 
> 	* sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
> 	struct statfs64): Add f_flags field.
> 
Applied.


r~

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-01  0:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-28 22:37 [PATCH][alpha] bits/statfs.h update Aurelien Jarno
2011-03-01  0:06 ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).