Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/examples/fopsmapper Fix CVS Id
details: https://anonhg.NetBSD.org/src/rev/4ef0b5d0554e
branches: trunk
changeset: 1008723:4ef0b5d0554e
user: kamil <kamil%NetBSD.org@localhost>
date: Wed Apr 01 13:07:32 2020 +0000
description:
Fix CVS Id
diffstat:
sys/modules/examples/fopsmapper/cmd_mapper.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f26dcf663334 -r 4ef0b5d0554e sys/modules/examples/fopsmapper/cmd_mapper.c
--- a/sys/modules/examples/fopsmapper/cmd_mapper.c Wed Apr 01 11:45:53 2020 +0000
+++ b/sys/modules/examples/fopsmapper/cmd_mapper.c Wed Apr 01 13:07:32 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cmd_mapper.c,v 1.1 2020/04/01 01:57:20 kamil Exp $ */
+/* $NetBSD: cmd_mapper.c,v 1.2 2020/04/01 13:07:32 kamil Exp $ */
/*-
* Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD");
+__RCSID("$NetBSD: cmd_mapper.c,v 1.2 2020/04/01 13:07:32 kamil Exp $");
#include <sys/mman.h>
Home |
Main Index |
Thread Index |
Old Index