From 90d3df7387bc22fd080cb8bf73056e9578a2a2d2 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 5 Sep 2000 19:33:13 +0000 Subject: [PATCH] Use st_pad5. --- sysdeps/unix/sysv/linux/mips/bits/stat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/mips/bits/stat.h b/sysdeps/unix/sysv/linux/mips/bits/stat.h index 40f42f1df3..37c303b4d0 100644 --- a/sysdeps/unix/sysv/linux/mips/bits/stat.h +++ b/sysdeps/unix/sysv/linux/mips/bits/stat.h @@ -74,7 +74,7 @@ struct stat long int st_pad4; __blkcnt64_t st_blocks; /* Number of 512-byte blocks allocated. */ #endif - long int st_pad4[14]; + long int st_pad5[14]; }; #ifdef __USE_LARGEFILE64