about summary refs log tree commit diff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-02-08 07:50:07 +0000
committerUlrich Drepper <drepper@redhat.com>2002-02-08 07:50:07 +0000
commit96beb56332008b0c89ad104b601474a078942894 (patch)
treec531c3682f856b9a85080b1efe4f07f0d6361f37 /sysdeps/unix
parenteee868c3c7ce0db92a5a131a98fd636955eeb9bd (diff)
downloadglibc-96beb56332008b0c89ad104b601474a078942894.tar.gz
glibc-96beb56332008b0c89ad104b601474a078942894.tar.xz
glibc-96beb56332008b0c89ad104b601474a078942894.zip
Update.
	* sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/bits/stat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/stat.h b/sysdeps/unix/sysv/linux/bits/stat.h
index f8d64c8b50..42ecd04e06 100644
--- a/sysdeps/unix/sysv/linux/bits/stat.h
+++ b/sysdeps/unix/sysv/linux/bits/stat.h
@@ -36,7 +36,7 @@
 struct stat
   {
     __dev_t st_dev;			/* Device.  */
-    unsigned int __pad1;
+    unsigned short int __pad1;
 #ifndef __USE_FILE_OFFSET64
     __ino_t st_ino;			/* File serial number.	*/
 #else
@@ -47,7 +47,7 @@ struct stat
     __uid_t st_uid;			/* User ID of the file's owner.	*/
     __gid_t st_gid;			/* Group ID of the file's group.*/
     __dev_t st_rdev;			/* Device number, if device.  */
-    unsigned int __pad2;
+    unsigned short int __pad2;
 #ifndef __USE_FILE_OFFSET64
     __off_t st_size;			/* Size of file, in bytes.  */
 #else