Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern add missing quotes 7
details: https://anonhg.NetBSD.org/src/rev/34b7abe7f19c
branches: trunk
changeset: 446855:34b7abe7f19c
user: christos <christos%NetBSD.org@localhost>
date: Sat Dec 22 21:53:06 2018 +0000
description:
add missing quotes 7
diffstat:
sys/kern/subr_thmap.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2488fe7e3ec1 -r 34b7abe7f19c sys/kern/subr_thmap.c
--- a/sys/kern/subr_thmap.c Sat Dec 22 21:27:22 2018 +0000
+++ b/sys/kern/subr_thmap.c Sat Dec 22 21:53:06 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_thmap.c,v 1.2 2018/12/22 20:49:04 christos Exp $ */
+/* $NetBSD: subr_thmap.c,v 1.3 2018/12/22 21:53:06 christos Exp $ */
/*-
* Copyright (c) 2018 Mindaugas Rasiukevicius <rmind at noxt eu>
@@ -112,7 +112,7 @@
#include "utils.h"
#endif
-THMAP_RCSID($NetBSD: subr_thmap.c,v 1.2 2018/12/22 20:49:04 christos Exp $);
+THMAP_RCSID("$NetBSD: subr_thmap.c,v 1.3 2018/12/22 21:53:06 christos Exp $");
/*
* NetBSD kernel wrappers
Home |
Main Index |
Thread Index |
Old Index