Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Add commented-out ident lines to the XEN...



details:   https://anonhg.NetBSD.org/src/rev/e6ae0199a6b3
branches:  trunk
changeset: 826802:e6ae0199a6b3
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Sep 30 09:03:38 2017 +0000

description:
Add commented-out ident lines to the XEN3_DOM{0,U} kernel config files
for consistency with other config files.

OK bouyer@

diffstat:

 sys/arch/amd64/conf/XEN3_DOM0 |  4 +++-
 sys/arch/amd64/conf/XEN3_DOMU |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 6cc26b7a1f75 -r e6ae0199a6b3 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Sat Sep 30 05:37:55 2017 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Sat Sep 30 09:03:38 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.139 2017/09/14 07:58:39 mrg Exp $
+# $NetBSD: XEN3_DOM0,v 1.140 2017/09/30 09:03:38 pgoyette Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -10,6 +10,8 @@
 #options       UVMHIST_PRINT
 #options       SYSCALL_DEBUG
 
+#ident         "XEN3_DOM0-$Revision: 1.140 $"
+
 maxusers       32              # estimated number of users
 
 #
diff -r 6cc26b7a1f75 -r e6ae0199a6b3 sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU     Sat Sep 30 05:37:55 2017 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU     Sat Sep 30 09:03:38 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.78 2017/09/14 07:58:39 mrg Exp $
+# $NetBSD: XEN3_DOMU,v 1.79 2017/09/30 09:03:38 pgoyette Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -10,6 +10,8 @@
 #options       UVMHIST_PRINT
 #options       SYSCALL_DEBUG
 
+#ident         "XEN3_DOMU-$Revision: 1.79 $"
+
 maxusers       32              # estimated number of users
 
 #



Home | Main Index | Thread Index | Old Index