Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/arch/arm Add an lst_ino64 member to struct ...



details:   https://anonhg.NetBSD.org/src/rev/f42dfaabee50
branches:  trunk
changeset: 522364:f42dfaabee50
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sun Feb 17 23:18:11 2002 +0000

description:
Add an lst_ino64 member to struct linux_stat64.

diffstat:

 sys/compat/linux/arch/arm/linux_types.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 22a421d764d3 -r f42dfaabee50 sys/compat/linux/arch/arm/linux_types.h
--- a/sys/compat/linux/arch/arm/linux_types.h   Sun Feb 17 23:05:08 2002 +0000
+++ b/sys/compat/linux/arch/arm/linux_types.h   Sun Feb 17 23:18:11 2002 +0000
@@ -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 @@
        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 */



Home | Main Index | Thread Index | Old Index