Source-Changes-HG archive

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

[src/trunk]: src/sys defflag TODR_DEBUG



details:   https://anonhg.NetBSD.org/src/rev/750d5b72c44c
branches:  trunk
changeset: 805658:750d5b72c44c
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Jan 11 14:22:53 2015 +0000

description:
defflag TODR_DEBUG

diffstat:

 sys/conf/files       |  4 +++-
 sys/kern/kern_todr.c |  6 ++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r f5de31f2a4d5 -r 750d5b72c44c sys/conf/files
--- a/sys/conf/files    Sun Jan 11 14:19:09 2015 +0000
+++ b/sys/conf/files    Sun Jan 11 14:22:53 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.1123 2015/01/04 07:32:32 uebayasi Exp $
+#      $NetBSD: files,v 1.1124 2015/01/11 14:22:53 jmcneill Exp $
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
 version        20141030
@@ -120,6 +120,8 @@
 # printf entropy source
 defflag opt_rnd_printf.h       RND_PRINTF
 
+defflag opt_todr.h             TODR_DEBUG
+
 # compatibility options
 #
 defflag opt_compat_netbsd.h    COMPAT_NETBSD
diff -r f5de31f2a4d5 -r 750d5b72c44c sys/kern/kern_todr.c
--- a/sys/kern/kern_todr.c      Sun Jan 11 14:19:09 2015 +0000
+++ b/sys/kern/kern_todr.c      Sun Jan 11 14:22:53 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_todr.c,v 1.37 2014/11/17 02:15:49 christos Exp $  */
+/*     $NetBSD: kern_todr.c,v 1.38 2015/01/11 14:22:53 jmcneill Exp $  */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -38,8 +38,10 @@
  *     @(#)clock.c     8.1 (Berkeley) 6/10/93
  */
 
+#include "opt_todr.h"
+
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_todr.c,v 1.37 2014/11/17 02:15:49 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_todr.c,v 1.38 2015/01/11 14:22:53 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>



Home | Main Index | Thread Index | Old Index