diff options
| author | bjh21 <bjh21@NetBSD.org> | 2002-02-17 23:18:11 +0000 |
|---|---|---|
| committer | bjh21 <bjh21@NetBSD.org> | 2002-02-17 23:18:11 +0000 |
| commit | db030aa93fc4fda3e0700506c61694cb4f90c09c (patch) | |
| tree | ce8a061bc939ad18465bb4998ca5366ba088968b /sys/compat/linux | |
| parent | 0fd75dd4e59bcc8967f700506efdd7321b557aab (diff) | |
Add an lst_ino64 member to struct linux_stat64.
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/arch/arm/linux_types.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/compat/linux/arch/arm/linux_types.h b/sys/compat/linux/arch/arm/linux_types.h index c88fc70ee37..815f33605c9 100644 --- a/sys/compat/linux/arch/arm/linux_types.h +++ b/sys/compat/linux/arch/arm/linux_types.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_types.h,v 1.1 2002/01/14 23:14:41 bjh21 Exp $ */ +/* $NetBSD: linux_types.h,v 1.2 2002/02/17 23:18:11 bjh21 Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -127,8 +127,7 @@ struct linux_stat64 { unsigned long lst_ctime; unsigned long __pad7; /* will be high 32 bits of ctime someday */ - unsigned long __unused1; - unsigned long __unused2; + unsigned long long lst_ino64; }; #endif /* !_ARM_LINUX_TYPES_H */ |
