Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/mach Remove some debug and make it build again wi...



details:   https://anonhg.NetBSD.org/src/rev/58083082882d
branches:  trunk
changeset: 541023:58083082882d
user:      manu <manu%NetBSD.org@localhost>
date:      Tue Dec 31 09:32:03 2002 +0000

description:
Remove some debug and make it build again wihout DEBUG_MACH

diffstat:

 sys/compat/mach/mach_port.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 4b3c3f371a19 -r 58083082882d sys/compat/mach/mach_port.c
--- a/sys/compat/mach/mach_port.c       Tue Dec 31 06:54:13 2002 +0000
+++ b/sys/compat/mach/mach_port.c       Tue Dec 31 09:32:03 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mach_port.c,v 1.26 2002/12/30 19:32:16 manu Exp $ */
+/*     $NetBSD: mach_port.c,v 1.27 2002/12/31 09:32:03 manu Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
 #include "opt_compat_darwin.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mach_port.c,v 1.26 2002/12/30 19:32:16 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mach_port.c,v 1.27 2002/12/31 09:32:03 manu Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -397,7 +397,6 @@
        rep->rep_msgh.msgh_id = req->req_msgh.msgh_id + 100;
        rep->rep_trailer.msgh_trailer_size = 8;
 
-       mach_debug_port();
        *msglen = sizeof(*rep);
        return 0;
 }



Home | Main Index | Thread Index | Old Index