Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp300/stand/mkboot PR 49245: Fix broken RCSID (Kami...
details: https://anonhg.NetBSD.org/src/rev/b629eef8231b
branches: trunk
changeset: 332872:b629eef8231b
user: dholland <dholland%NetBSD.org@localhost>
date: Sat Oct 11 05:33:25 2014 +0000
description:
PR 49245: Fix broken RCSID (Kamil Rytarowski)
diffstat:
sys/arch/hp300/stand/mkboot/mkboot.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 37cc1939787a -r b629eef8231b sys/arch/hp300/stand/mkboot/mkboot.c
--- a/sys/arch/hp300/stand/mkboot/mkboot.c Sat Oct 11 04:19:38 2014 +0000
+++ b/sys/arch/hp300/stand/mkboot/mkboot.c Sat Oct 11 05:33:25 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mkboot.c,v 1.10 2006/06/18 05:53:51 gdamore Exp $
+/* $NetBSD: mkboot.c,v 1.11 2014/10/11 05:33:25 dholland Exp $ */
/*
* Copyright (c) 1990, 1993
@@ -47,7 +47,7 @@
#ifdef notdef
static char sccsid[] = "@(#)mkboot.c 7.2 (Berkeley) 12/16/90";
#endif
-__RCSID("$NetBSD: mkboot.c,v 1.10 2006/06/18 05:53:51 gdamore Exp $");
+__RCSID("$NetBSD: mkboot.c,v 1.11 2014/10/11 05:33:25 dholland Exp $");
#endif /* not lint */
#include <sys/param.h>
Home |
Main Index |
Thread Index |
Old Index