Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst/arch/macppc md_post_newfs() should ret...
details: https://anonhg.NetBSD.org/src/rev/7f68f1ceae67
branches: trunk
changeset: 472147:7f68f1ceae67
user: tsubai <tsubai%NetBSD.org@localhost>
date: Fri Apr 23 01:38:35 1999 +0000
description:
md_post_newfs() should return int.
diffstat:
distrib/utils/sysinst/arch/macppc/md.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9b573c2f165b -r 7f68f1ceae67 distrib/utils/sysinst/arch/macppc/md.c
--- a/distrib/utils/sysinst/arch/macppc/md.c Fri Apr 23 00:10:15 1999 +0000
+++ b/distrib/utils/sysinst/arch/macppc/md.c Fri Apr 23 01:38:35 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.9 1999/04/11 22:40:27 bouyer Exp $ */
+/* $NetBSD: md.c,v 1.10 1999/04/23 01:38:35 tsubai Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -133,7 +133,7 @@
*
* On the macppc, we use this opportunity to install the boot blocks.
*/
-void
+int
md_post_newfs()
{
const char *bootfile = target_expand("/boot"); /*XXX*/
Home |
Main Index |
Thread Index |
Old Index