Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci fix CVS keyword in __KERNEL_RCSID
details: https://anonhg.NetBSD.org/src/rev/b489873bb9aa
branches: trunk
changeset: 319530:b489873bb9aa
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sat Jun 02 13:30:32 2018 +0000
description:
fix CVS keyword in __KERNEL_RCSID
diffstat:
sys/dev/pci/virtio_pci.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r be263d5515fa -r b489873bb9aa sys/dev/pci/virtio_pci.c
--- a/sys/dev/pci/virtio_pci.c Sat Jun 02 11:56:57 2018 +0000
+++ b/sys/dev/pci/virtio_pci.c Sat Jun 02 13:30:32 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: virtio_pci.c,v 1.2 2018/02/15 19:05:10 uwe Exp $ */
+/* $NetBSD: virtio_pci.c,v 1.3 2018/06/02 13:30:32 jakllsch Exp $ */
/*
* Copyright (c) 2010 Minoura Makoto.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD");
+__KERNEL_RCSID(0, "$NetBSD: virtio_pci.c,v 1.3 2018/06/02 13:30:32 jakllsch Exp $");
#include <sys/param.h>
#include <sys/systm.h>
Home |
Main Index |
Thread Index |
Old Index