about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-19 02:05:54 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-19 02:05:54 +0200
commit9d9f8f03afdbec53785522e1df421d70d2777f45 (patch)
tree10abd01fb1c2237211c326a2d1738b46f01d2d12 /scripts
parent0dd25301f66058e510aaef0b176e19df2dd28fe7 (diff)
downloadglibc-9d9f8f03afdbec53785522e1df421d70d2777f45.tar.gz
glibc-9d9f8f03afdbec53785522e1df421d70d2777f45.tar.xz
glibc-9d9f8f03afdbec53785522e1df421d70d2777f45.zip
hurd: Fix standard compliance of some statvfs fields
Standards require that the f_bsize, f_frsize, f_flag and f_namemax fields be
unsigned long.  They used to be only unsigned on hurd, which happens to be
compatible with unsigned long on the only existing, 32bit, port.  We can
thus merely fix the type.

	* sysdeps/mach/hurd/bits/statvfs.h (struct statvfs): Make f_bsize,
	f_namemax, f_frsize, and f_flag fields unsigned long int instead of
	unsigned int.
	(struct statvfs64): Likewise.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions