Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux/common alpha uses standard utimes.



details:   https://anonhg.NetBSD.org/src/rev/4bd940dcc2ff
branches:  trunk
changeset: 786108:4bd940dcc2ff
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Apr 15 19:24:04 2013 +0000

description:
alpha uses standard utimes.

diffstat:

 sys/compat/linux/common/linux_misc.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r 3651c123f9b9 -r 4bd940dcc2ff sys/compat/linux/common/linux_misc.c
--- a/sys/compat/linux/common/linux_misc.c      Mon Apr 15 18:56:38 2013 +0000
+++ b/sys/compat/linux/common/linux_misc.c      Mon Apr 15 19:24:04 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_misc.c,v 1.222 2013/04/09 08:00:20 pooka Exp $   */
+/*     $NetBSD: linux_misc.c,v 1.223 2013/04/15 19:24:04 christos Exp $        */
 
 /*-
  * Copyright (c) 1995, 1998, 1999, 2008 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_misc.c,v 1.222 2013/04/09 08:00:20 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_misc.c,v 1.223 2013/04/15 19:24:04 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1379,6 +1379,7 @@
         return 0;
 }
 
+#ifndef __alpha__
 int
 linux_sys_utimes(struct lwp *l, const struct linux_sys_utimes_args *uap, register_t *retval)
 {
@@ -1435,4 +1436,5 @@
        return do_sys_utimes(l, NULL, SCARG(uap, path), NOFOLLOW,
            tptr, UIO_SYSSPACE);
 }
+#endif /* __alpha__ */
 #endif /* !COMPAT_LINUX32 */



Home | Main Index | Thread Index | Old Index