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/amd64 Remove printf.



details:   https://anonhg.NetBSD.org/src/rev/cf7697d9f769
branches:  trunk
changeset: 459092:cf7697d9f769
user:      maxv <maxv%NetBSD.org@localhost>
date:      Fri Aug 23 10:31:14 2019 +0000

description:
Remove printf.

diffstat:

 sys/compat/linux/arch/amd64/linux_machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 5a2ec39e9e41 -r cf7697d9f769 sys/compat/linux/arch/amd64/linux_machdep.c
--- a/sys/compat/linux/arch/amd64/linux_machdep.c       Fri Aug 23 10:22:14 2019 +0000
+++ b/sys/compat/linux/arch/amd64/linux_machdep.c       Fri Aug 23 10:31:14 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_machdep.c,v 1.58 2019/05/19 08:46:15 maxv Exp $ */
+/*     $NetBSD: linux_machdep.c,v 1.59 2019/08/23 10:31:14 maxv Exp $ */
 
 /*-
  * Copyright (c) 2005 Emmanuel Dreyfus, all rights reserved.
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.58 2019/05/19 08:46:15 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.59 2019/08/23 10:31:14 maxv Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -263,7 +263,6 @@
 int
 linux_sys_modify_ldt(struct lwp *l, const struct linux_sys_modify_ldt_args *v, register_t *retval)
 {
-       printf("linux_sys_modify_ldt\n");
        return 0;
 }
 



Home | Main Index | Thread Index | Old Index