Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/mpc85xx Fix incorrect CVS Id



details:   https://anonhg.NetBSD.org/src/rev/26e41676b922
branches:  trunk
changeset: 455752:26e41676b922
user:      kamil <kamil%NetBSD.org@localhost>
date:      Thu Apr 11 14:47:06 2019 +0000

description:
Fix incorrect CVS Id

diffstat:

 sys/arch/evbppc/mpc85xx/machdep.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b65e61f02b93 -r 26e41676b922 sys/arch/evbppc/mpc85xx/machdep.c
--- a/sys/arch/evbppc/mpc85xx/machdep.c Thu Apr 11 14:45:58 2019 +0000
+++ b/sys/arch/evbppc/mpc85xx/machdep.c Thu Apr 11 14:47:06 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.43 2018/01/27 10:07:41 flxd Exp $        */
+/*     $NetBSD: machdep.c,v 1.44 2019/04/11 14:47:06 kamil Exp $       */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -36,7 +36,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetSBD$");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.44 2019/04/11 14:47:06 kamil Exp $");
 
 #include "opt_altivec.h"
 #include "opt_ddb.h"



Home | Main Index | Thread Index | Old Index