Remove (apparently?) unused definition of struct kernel_stat for

LINUXSPARC.
This commit is contained in:
Nate Sammons
1999-04-05 22:33:54 +00:00
parent b4aa1139eb
commit 94fe3a0be1

24
file.c
View File

@@ -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;