Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/atari/stand/installboot Fix typo



details:   https://anonhg.NetBSD.org/src/rev/b2b4c8da4cd2
branches:  trunk
changeset: 795063:b2b4c8da4cd2
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Mon Mar 31 06:32:31 2014 +0000

description:
Fix typo

diffstat:

 sys/arch/atari/stand/installboot/installboot.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 56563026c493 -r b2b4c8da4cd2 sys/arch/atari/stand/installboot/installboot.c
--- a/sys/arch/atari/stand/installboot/installboot.c    Mon Mar 31 02:03:38 2014 +0000
+++ b/sys/arch/atari/stand/installboot/installboot.c    Mon Mar 31 06:32:31 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: installboot.c,v 1.27 2014/03/29 05:03:43 ozaki-r Exp $ */
+/*     $NetBSD: installboot.c,v 1.28 2014/03/31 06:32:31 ozaki-r Exp $ */
 
 /*
  * Copyright (c) 1995 Waldi Ravens
@@ -228,7 +228,7 @@
                machpath = milanpath;
        else
                machpath = stdpath;
-       size_t xxboolen = strlen(mdecpath) + strlen(machpath) + 8;
+       size_t xxbootlen = strlen(mdecpath) + strlen(machpath) + 8;
        xxboot = alloca(xxbootlen);
        snprintf(xxboot, xxbootlen, "%s%sfdboot", mdecpath, machpath);
        bootxx = alloca(xxbootlen);



Home | Main Index | Thread Index | Old Index