Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/xen/i386 add __KERNEL_RCSID



details:   https://anonhg.NetBSD.org/src/rev/947214cc69df
branches:  trunk
changeset: 565965:947214cc69df
user:      cl <cl%NetBSD.org@localhost>
date:      Sat Apr 24 17:41:49 2004 +0000

description:
add __KERNEL_RCSID

diffstat:

 sys/arch/xen/i386/hypervisor_machdep.c |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r b612b5ed99d1 -r 947214cc69df sys/arch/xen/i386/hypervisor_machdep.c
--- a/sys/arch/xen/i386/hypervisor_machdep.c    Sat Apr 24 17:35:27 2004 +0000
+++ b/sys/arch/xen/i386/hypervisor_machdep.c    Sat Apr 24 17:41:49 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hypervisor_machdep.c,v 1.1 2004/04/24 17:35:27 cl Exp $        */
+/*     $NetBSD: hypervisor_machdep.c,v 1.2 2004/04/24 17:41:49 cl Exp $        */
 
 /*
  *
@@ -57,6 +57,10 @@
  * DEALINGS IN THE SOFTWARE.
  */
 
+
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: hypervisor_machdep.c,v 1.2 2004/04/24 17:41:49 cl Exp $");
+
 #include <sys/cdefs.h>
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index