Module Name:    src
Committed By:   uwe
Date:           Sun May 27 12:24:36 UTC 2018

Modified Files:
        src/sys/ddb: db_panic.c

Log Message:
Add missing $NetBSD$ comment at the beginning.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/ddb/db_panic.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/ddb/db_panic.c
diff -u src/sys/ddb/db_panic.c:1.7 src/sys/ddb/db_panic.c:1.8
--- src/sys/ddb/db_panic.c:1.7	Sat Feb 17 00:41:09 2018
+++ src/sys/ddb/db_panic.c	Sun May 27 12:24:36 2018
@@ -1,3 +1,5 @@
+/*	$NetBSD: db_panic.c,v 1.8 2018/05/27 12:24:36 uwe Exp $	*/
+
 /*-
  * Copyright (c) 2000, 2002, 2006, 2007, 2009, 2013 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -25,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_panic.c,v 1.7 2018/02/17 00:41:09 sevan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_panic.c,v 1.8 2018/05/27 12:24:36 uwe Exp $");
 
 #include <sys/types.h>
 #include <sys/cpu.h>

Reply via email to