~ubuntu-branches/ubuntu/precise/eglibc/precise-201308281639

« back to all changes in this revision

Viewing changes to ports/sysdeps/unix/sysv/linux/alpha/bits/statfs.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-02-08 01:58:09 UTC
  • mfrom: (1.5.3) (288.1.12 precise)
  • Revision ID: package-import@ubuntu.com-20120208015809-ulscst7uteq3e22z
Tags: 2.15~pre6-0ubuntu10
Merge from Debian (r5151, 2.13-26).

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    __fsid_t f_fsid;
43
43
    int f_namelen;
44
44
    int f_frsize;
45
 
    int f_spare[5];
 
45
    int f_flags;
 
46
    int f_spare[4];
46
47
  };
47
48
 
48
49
#ifdef __USE_LARGEFILE64
58
59
    __fsid_t f_fsid;
59
60
    int f_namelen;
60
61
    int f_frsize;
61
 
    int f_spare[5];
 
62
    int f_flags;
 
63
    int f_spare[4];
62
64
  };
63
65
#endif
64
66