Module Name:    src
Committed By:   christos
Date:           Sat Dec 22 20:49:19 UTC 2018

Modified Files:
        src/sys/kern: subr_syscall_stats.c

Log Message:
use the proper rcsid for the kernel


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/kern/subr_syscall_stats.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/kern/subr_syscall_stats.c
diff -u src/sys/kern/subr_syscall_stats.c:1.3 src/sys/kern/subr_syscall_stats.c:1.4
--- src/sys/kern/subr_syscall_stats.c:1.3	Tue Feb 25 13:30:11 2014
+++ src/sys/kern/subr_syscall_stats.c	Sat Dec 22 15:49:19 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: subr_syscall_stats.c,v 1.3 2014/02/25 18:30:11 pooka Exp $	*/
+/*	$NetBSD: subr_syscall_stats.c,v 1.4 2018/12/22 20:49:19 christos Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: subr_syscall_stats.c,v 1.3 2014/02/25 18:30:11 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_syscall_stats.c,v 1.4 2018/12/22 20:49:19 christos Exp $");
 
 #include "opt_syscall_stats.h"
 

Reply via email to