Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux32/common prefix message with linux32



details:   https://anonhg.NetBSD.org/src/rev/375b603966b9
branches:  trunk
changeset: 779212:375b603966b9
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 10 19:38:23 2012 +0000

description:
prefix message with linux32

diffstat:

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

diffs (27 lines):

diff -r 730513f87623 -r 375b603966b9 sys/compat/linux32/common/linux32_socketcall.c
--- a/sys/compat/linux32/common/linux32_socketcall.c    Thu May 10 19:08:34 2012 +0000
+++ b/sys/compat/linux32/common/linux32_socketcall.c    Thu May 10 19:38:23 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux32_socketcall.c,v 1.7 2008/11/19 18:36:04 ad Exp $ */
+/*     $NetBSD: linux32_socketcall.c,v 1.8 2012/05/10 19:38:23 christos Exp $ */
 
 /*-
  * Copyright (c) 2006 Emmanuel Dreyfus, all rights reserved.
@@ -31,7 +31,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux32_socketcall.c,v 1.7 2008/11/19 18:36:04 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux32_socketcall.c,v 1.8 2012/05/10 19:38:23 christos Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -56,7 +56,7 @@
 #include <compat/linux32/common/linux32_socketcall.h>
 #include <compat/linux32/linux32_syscallargs.h>
 
-#define sc(emul, fn) { #fn, sizeof (struct emul##_##fn##_args), \
+#define sc(emul, fn) { "linux32/" #fn, sizeof (struct emul##_##fn##_args), \
        (int (*)(struct lwp *, const void *, register_t *))emul##_##fn }
 
 static const struct {



Home | Main Index | Thread Index | Old Index