Module Name:    src
Committed By:   christos
Date:           Sat Sep 24 18:32:23 UTC 2011

Modified Files:
        src/sys/netinet: rfc6056.c

Log Message:
disable debugging


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/netinet/rfc6056.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/netinet/rfc6056.c
diff -u src/sys/netinet/rfc6056.c:1.1 src/sys/netinet/rfc6056.c:1.2
--- src/sys/netinet/rfc6056.c:1.1	Sat Sep 24 13:18:17 2011
+++ src/sys/netinet/rfc6056.c	Sat Sep 24 14:32:23 2011
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: rfc6056.c,v 
 #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

Reply via email to