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 Fix COMPAT_LINUX32.



details:   https://anonhg.NetBSD.org/src/rev/4bf9300ab7d1
branches:  trunk
changeset: 785984:4bf9300ab7d1
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Apr 09 08:00:20 2013 +0000

description:
Fix COMPAT_LINUX32.

diffstat:

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

diffs (31 lines):

diff -r 5e454a072c97 -r 4bf9300ab7d1 sys/compat/linux/common/linux_misc.c
--- a/sys/compat/linux/common/linux_misc.c      Tue Apr 09 07:39:01 2013 +0000
+++ b/sys/compat/linux/common/linux_misc.c      Tue Apr 09 08:00:20 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_misc.c,v 1.221 2013/04/08 20:54:49 pooka Exp $   */
+/*     $NetBSD: linux_misc.c,v 1.222 2013/04/09 08:00:20 pooka 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.221 2013/04/08 20:54:49 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_misc.c,v 1.222 2013/04/09 08:00:20 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1378,7 +1378,6 @@
 
         return 0;
 }
-#endif /* !COMPAT_LINUX32 */
 
 int
 linux_sys_utimes(struct lwp *l, const struct linux_sys_utimes_args *uap, register_t *retval)
@@ -1436,3 +1435,4 @@
        return do_sys_utimes(l, NULL, SCARG(uap, path), NOFOLLOW,
            tptr, UIO_SYSSPACE);
 }
+#endif /* !COMPAT_LINUX32 */



Home | Main Index | Thread Index | Old Index