Commit 3fb0a3e1 authored by David S. Miller's avatar David S. Miller

[SPARC64]: Update struct compat_statfs.

parent b42db0f5
...@@ -92,7 +92,8 @@ struct compat_statfs { ...@@ -92,7 +92,8 @@ struct compat_statfs {
int f_ffree; int f_ffree;
compat_fsid_t f_fsid; compat_fsid_t f_fsid;
int f_namelen; /* SunOS ignores this field. */ int f_namelen; /* SunOS ignores this field. */
int f_spare[6]; int f_frsize;
int f_spare[5];
}; };
#define COMPAT_RLIM_INFINITY 0x7fffffff #define COMPAT_RLIM_INFINITY 0x7fffffff
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment