Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet disable debugging



details:   https://anonhg.NetBSD.org/src/rev/ee0a52ffb9ae
branches:  trunk
changeset: 769829:ee0a52ffb9ae
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 24 18:32:23 2011 +0000

description:
disable debugging

diffstat:

 sys/netinet/rfc6056.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r e639fce6dc38 -r ee0a52ffb9ae sys/netinet/rfc6056.c
--- a/sys/netinet/rfc6056.c     Sat Sep 24 18:27:10 2011 +0000
+++ b/sys/netinet/rfc6056.c     Sat Sep 24 18:32:23 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rfc6056.c,v 1.1 2011/09/24 17:18:17 christos Exp $     */
+/*     $NetBSD: rfc6056.c,v 1.2 2011/09/24 18:32:23 christos Exp $     */
 
 /*
  * Copyright 2011 Vlad Balan
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rfc6056.c,v 1.1 2011/09/24 17:18:17 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rfc6056.c,v 1.2 2011/09/24 18:32:23 christos Exp $");
 
 #include "opt_inet.h"
 
@@ -72,8 +72,6 @@
 #define RFC6056_LOWPORT 0
 #define RFC6056_HIGHPORT 1
 
-#define RFC6056_DEBUG 1
-
 #if RFC6056_DEBUG
 static bool rfc6056_debug = true;
 #define DPRINTF if (rfc6056_debug) printf



Home | Main Index | Thread Index | Old Index