From: Andreas Jaeger Date: Mon, 18 Mar 2002 18:38:15 +0000 (+0000) Subject: Undo last patch. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a87b21956b43a5c8ca60bf819625a85f0fe2a51;p=thirdparty%2Fglibc.git Undo last patch. --- diff --git a/sysdeps/unix/sysv/linux/bits/stat.h b/sysdeps/unix/sysv/linux/bits/stat.h index 2f45894f599..42ecd04e066 100644 --- a/sysdeps/unix/sysv/linux/bits/stat.h +++ b/sysdeps/unix/sysv/linux/bits/stat.h @@ -72,7 +72,7 @@ struct stat #else __ino64_t st_ino; /* File serial number. */ #endif - } __attribute__ ((__packed__)); + }; #ifdef __USE_LARGEFILE64 struct stat64 @@ -98,7 +98,7 @@ struct stat64 __time_t st_ctime; /* Time of last status change. */ unsigned long int __unused3; __ino64_t st_ino; /* File serial number. */ - } __attribute__ ((__packed__)); + }; #endif /* Tell code we have these members. */