Module Name:    src
Committed By:   jakllsch
Date:           Sat Jun  2 13:30:32 UTC 2018

Modified Files:
        src/sys/dev/pci: virtio_pci.c

Log Message:
fix CVS keyword in __KERNEL_RCSID


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/virtio_pci.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/dev/pci/virtio_pci.c
diff -u src/sys/dev/pci/virtio_pci.c:1.2 src/sys/dev/pci/virtio_pci.c:1.3
--- src/sys/dev/pci/virtio_pci.c:1.2	Thu Feb 15 19:05:10 2018
+++ src/sys/dev/pci/virtio_pci.c	Sat Jun  2 13:30:32 2018
@@ -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>

Reply via email to