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/pmax md_post_newfs() now returns ...
details: https://anonhg.NetBSD.org/src/rev/9737e90ed8ee
branches: trunk
changeset: 471965:9737e90ed8ee
user: simonb <simonb%NetBSD.org@localhost>
date: Fri Apr 16 15:42:32 1999 +0000
description:
md_post_newfs() now returns int after the latest round of changes.
diffstat:
distrib/utils/sysinst/arch/pmax/md.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 9afc1e18b22a -r 9737e90ed8ee distrib/utils/sysinst/arch/pmax/md.c
--- a/distrib/utils/sysinst/arch/pmax/md.c Fri Apr 16 14:12:14 1999 +0000
+++ b/distrib/utils/sysinst/arch/pmax/md.c Fri Apr 16 15:42:32 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.28 1999/04/11 22:40:27 bouyer Exp $ */
+/* $NetBSD: md.c,v 1.29 1999/04/16 15:42:32 simonb Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -143,12 +143,12 @@
*
* On pmax, we take this opportuinty to update the bootblocks.
*/
-void md_post_newfs (void)
+int md_post_newfs (void)
{
/* XXX boot blocks ... */
if (target_already_root()) {
/* /usr is empty and we must already have bootblocks?*/
- return;
+ return 0;
}
printf (msg_string(MSG_dobootblks), diskdev);
Home |
Main Index |
Thread Index |
Old Index