Module Name: src Committed By: christos Date: Sat Dec 22 21:53:06 UTC 2018
Modified Files: src/sys/kern: subr_thmap.c Log Message: add missing quotes 7 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/kern/subr_thmap.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_thmap.c diff -u src/sys/kern/subr_thmap.c:1.2 src/sys/kern/subr_thmap.c:1.3 --- src/sys/kern/subr_thmap.c:1.2 Sat Dec 22 15:49:04 2018 +++ src/sys/kern/subr_thmap.c Sat Dec 22 16:53:06 2018 @@ -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