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/pc532 Make this compile again... ...



details:   https://anonhg.NetBSD.org/src/rev/e4e2d4af36d3
branches:  trunk
changeset: 471726:e4e2d4af36d3
user:      jonb <jonb%NetBSD.org@localhost>
date:      Fri Apr 09 12:44:44 1999 +0000

description:
Make this compile again... fix a couple of small typo's

diffstat:

 distrib/utils/sysinst/arch/pc532/md.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r c5873233a826 -r e4e2d4af36d3 distrib/utils/sysinst/arch/pc532/md.c
--- a/distrib/utils/sysinst/arch/pc532/md.c     Fri Apr 09 10:43:56 1999 +0000
+++ b/distrib/utils/sysinst/arch/pc532/md.c     Fri Apr 09 12:44:44 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.15 1999/04/09 10:24:42 bouyer Exp $   */
+/*     $NetBSD: md.c,v 1.16 1999/04/09 12:44:44 jonb Exp $     */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -103,10 +103,11 @@
 int    md_post_disklabel (void)
 {
        char bimcmd[256];
+       char sedcmd[256];
        /* boot blocks ... */
        printf (msg_string(MSG_dobootblks), diskdev);
        sprintf(bimcmd, "bim -y -c init -c 'add /usr/mdec/boot boot' -c 'default 0' -c 'exit' /dev/%sc",
-               diskdev)
+               diskdev);
        if (logging)
                (void)fprintf(log, "%s\n", sedcmd);
        if (scripting)



Home | Main Index | Thread Index | Old Index