Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/compat/linux/common/linux_file.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/compat/linux/common/linux_file.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.64.2.1 retrieving revision 1.65 diff -u -p -r1.64.2.1 -r1.65 --- src/sys/compat/linux/common/linux_file.c 2005/04/29 11:28:39 1.64.2.1 +++ src/sys/compat/linux/common/linux_file.c 2005/02/26 23:10:19 1.65 @@ -1,4 +1,4 @@ -/* $NetBSD: linux_file.c,v 1.64.2.1 2005/04/29 11:28:39 kent Exp $ */ +/* $NetBSD: linux_file.c,v 1.65 2005/02/26 23:10:19 perry Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_file.c,v 1.64.2.1 2005/04/29 11:28:39 kent Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_file.c,v 1.65 2005/02/26 23:10:19 perry Exp $"); #include #include @@ -515,11 +515,6 @@ bsd_to_linux_stat(bsp, lsp) lsp->lst_atime = bsp->st_atime; lsp->lst_mtime = bsp->st_mtime; lsp->lst_ctime = bsp->st_ctime; -#ifdef LINUX_STAT_HAS_NSEC - lsp->lst_atime_nsec = bsp->st_atimensec; - lsp->lst_mtime_nsec = bsp->st_mtimensec; - lsp->lst_ctime_nsec = bsp->st_ctimensec; -#endif } /*