diff options
Diffstat (limited to 'arch/sh/bits/stat.h')
| -rw-r--r-- | arch/sh/bits/stat.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/arch/sh/bits/stat.h b/arch/sh/bits/stat.h index bb9314a5..22b19bbf 100644 --- a/arch/sh/bits/stat.h +++ b/arch/sh/bits/stat.h @@ -1,8 +1,7 @@  /* copied from kernel definition, but with padding replaced   * by the corresponding correctly-sized userspace types. */ -struct stat -{ +struct stat {  	dev_t st_dev;  	int __st_dev_padding;  	long __st_ino_truncated; | 
