]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Undo last patch.
authorAndreas Jaeger <aj@suse.de>
Mon, 18 Mar 2002 18:38:15 +0000 (18:38 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 18 Mar 2002 18:38:15 +0000 (18:38 +0000)
sysdeps/unix/sysv/linux/bits/stat.h

index 2f45894f5999ee14418ea6894efc637ea99170a1..42ecd04e066840b21c1bcc20266ed338f7b69660 100644 (file)
@@ -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.  */