Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/virtio viocon(4): Fix $NetBSD$ rcsid.
details: https://anonhg.NetBSD.org/src/rev/5fae92b80a42
branches: trunk
changeset: 368933:5fae92b80a42
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Aug 13 17:02:53 2022 +0000
description:
viocon(4): Fix $NetBSD$ rcsid.
diffstat:
sys/dev/virtio/viocon.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0402099826aa -r 5fae92b80a42 sys/dev/virtio/viocon.c
--- a/sys/dev/virtio/viocon.c Sat Aug 13 17:02:10 2022 +0000
+++ b/sys/dev/virtio/viocon.c Sat Aug 13 17:02:53 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetSBD$ */
+/* $NetBSD: viocon.c,v 1.3 2022/08/13 17:02:53 riastradh Exp $ */
/* $OpenBSD: viocon.c,v 1.8 2021/11/05 11:38:29 mpi Exp $ */
/*
@@ -18,7 +18,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: viocon.c,v 1.2 2022/08/13 16:52:29 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: viocon.c,v 1.3 2022/08/13 17:02:53 riastradh Exp $");
#include <sys/param.h>
#include <sys/types.h>
Home |
Main Index |
Thread Index |
Old Index