Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/arch/hpcsh/hpcsh Pull up following revision(s) (reque...
details: https://anonhg.NetBSD.org/src/rev/0e93e5c4133a
branches: netbsd-3
changeset: 577745:0e93e5c4133a
user: snj <snj%NetBSD.org@localhost>
date: Sat Jan 21 06:13:51 2006 +0000
description:
Pull up following revision(s) (requested by uwe in ticket #1121):
sys/arch/hpcsh/hpcsh/autoconf.c: revision 1.17
#include "opt_md.h" as this file uses MEMORY_DISK_* options.
diffstat:
sys/arch/hpcsh/hpcsh/autoconf.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r e3ccb036dd8e -r 0e93e5c4133a sys/arch/hpcsh/hpcsh/autoconf.c
--- a/sys/arch/hpcsh/hpcsh/autoconf.c Sat Jan 21 06:08:50 2006 +0000
+++ b/sys/arch/hpcsh/hpcsh/autoconf.c Sat Jan 21 06:13:51 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.14 2004/10/23 17:07:39 thorpej Exp $ */
+/* $NetBSD: autoconf.c,v 1.14.10.1 2006/01/21 06:13:51 snj Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -77,7 +77,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.14 2004/10/23 17:07:39 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.14.10.1 2006/01/21 06:13:51 snj Exp $");
+
+#include "opt_md.h"
#include <sys/param.h>
#include <sys/systm.h>
Home |
Main Index |
Thread Index |
Old Index