Source-Changes-HG archive

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

[src/trunk]: src/sys/kern close the comment, there is a draft.



details:   https://anonhg.NetBSD.org/src/rev/f64a6df4a62b
branches:  trunk
changeset: 771885:f64a6df4a62b
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Dec 05 21:30:48 2011 +0000

description:
close the comment, there is a draft.

diffstat:

 sys/kern/kern_ksyms.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0e0de19ae37f -r f64a6df4a62b sys/kern/kern_ksyms.c
--- a/sys/kern/kern_ksyms.c     Mon Dec 05 20:55:14 2011 +0000
+++ b/sys/kern/kern_ksyms.c     Mon Dec 05 21:30:48 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_ksyms.c,v 1.66 2011/12/05 20:55:14 christos Exp $ */
+/*     $NetBSD: kern_ksyms.c,v 1.67 2011/12/05 21:30:48 christos Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -71,7 +71,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_ksyms.c,v 1.66 2011/12/05 20:55:14 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_ksyms.c,v 1.67 2011/12/05 21:30:48 christos Exp $");
 
 #if defined(_KERNEL) && defined(_KERNEL_OPT)
 #include "opt_ddb.h"
@@ -134,7 +134,7 @@
 struct ksyms_hdr ksyms_hdr;
 int ksyms_symsz;
 int ksyms_strsz;
-int ksyms_ctfsz;       /* this is not currently used by savecore(8)
+int ksyms_ctfsz;       /* this is not currently used by savecore(8) */
 TAILQ_HEAD(, ksyms_symtab) ksyms_symtabs =
     TAILQ_HEAD_INITIALIZER(ksyms_symtabs);
 



Home | Main Index | Thread Index | Old Index