]> granicus.if.org Git - strace/blobdiff - file.c
Remove (apparently?) unused definition of struct kernel_stat for
[strace] / file.c
diff --git a/file.c b/file.c
index 7da1241717892ed26bc9f5f9b9075d950ab42b93..6a97b3dee8cc9d5a99b0d6b6afe90c9f71a68a5a 100644 (file)
--- a/file.c
+++ b/file.c
@@ -453,30 +453,6 @@ int addr;
 }
 #endif
 
-#ifdef LINUXSPARC
-/* Ugly, bug GLIBC makes this necessary. */
-struct kernel_stat
-{
-    unsigned short int st_dev;
-    unsigned long int st_ino;
-    unsigned short int st_mode;
-    short int st_nlink;
-    unsigned short int st_uid;
-    unsigned short int st_gid;
-    unsigned short int st_rdev;
-    long int st_size;
-    long int st_atime;
-    unsigned long int __unused1;
-    long int st_mtime;
-    unsigned long int __unused2;
-    long int st_ctime;
-    unsigned long int __unused3;
-    long int st_blksize;
-    long int st_blocks;
-    unsigned long int __unused4;
-    unsigned long int __unused5;
-};
-#endif
 static void
 printstat(tcp, addr)
 struct tcb *tcp;