Source-Changes-HG archive

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

[src/trunk]: src/sys/kern use the proper rcsid for the kernel



details:   https://anonhg.NetBSD.org/src/rev/4e0f8bca7f9f
branches:  trunk
changeset: 446852:4e0f8bca7f9f
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Dec 22 20:49:19 2018 +0000

description:
use the proper rcsid for the kernel

diffstat:

 sys/kern/subr_syscall_stats.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6822de92a01c -r 4e0f8bca7f9f sys/kern/subr_syscall_stats.c
--- a/sys/kern/subr_syscall_stats.c     Sat Dec 22 20:49:04 2018 +0000
+++ b/sys/kern/subr_syscall_stats.c     Sat Dec 22 20:49:19 2018 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index