File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- /* $NetBSD: subr_prf.c,v 1.204 2025/10/17 08:07:43 skrll Exp $ */
1+ /* $NetBSD: subr_prf.c,v 1.205 2025/10/17 08:08:56 skrll Exp $ */
22
33/*-
44 * Copyright (c) 1986, 1988, 1991, 1993
3737 */
3838
3939#include <sys/cdefs.h>
40- __KERNEL_RCSID (0 , "$NetBSD: subr_prf.c,v 1.204 2025/10/17 08:07:43 skrll Exp $" );
40+ __KERNEL_RCSID (0 , "$NetBSD: subr_prf.c,v 1.205 2025/10/17 08:08:56 skrll Exp $" );
4141
4242#ifdef _KERNEL_OPT
4343#include "opt_ddb.h"
@@ -126,7 +126,7 @@ int dumponpanic = DUMP_ON_PANIC;
126126 * [e.g. to a "virtual console"].
127127 */
128128
129- void (* v_putc )(int ) = cnputc ; /* start with cnputc (normal cons) */
129+ void (* v_putc )(int ) = cnputc ; /* start with cnputc (normal cons) */
130130void (* v_flush )(void ) = cnflush ; /* start with cnflush (normal cons) */
131131
132132const char hexdigits [] = "0123456789abcdef" ;
You can’t perform that action at this time.
0 commit comments