Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/boot Cosmetic changes.



details:   https://anonhg.NetBSD.org/src/rev/6a19de89bb2d
branches:  trunk
changeset: 582075:6a19de89bb2d
user:      junyoung <junyoung%NetBSD.org@localhost>
date:      Wed Jun 15 19:07:36 2005 +0000

description:
Cosmetic changes.

diffstat:

 sys/arch/i386/stand/boot/boot2.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r e47335b312e0 -r 6a19de89bb2d sys/arch/i386/stand/boot/boot2.c
--- a/sys/arch/i386/stand/boot/boot2.c  Wed Jun 15 19:02:54 2005 +0000
+++ b/sys/arch/i386/stand/boot/boot2.c  Wed Jun 15 19:07:36 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: boot2.c,v 1.6 2005/06/15 08:03:07 junyoung Exp $       */
+/*     $NetBSD: boot2.c,v 1.7 2005/06/15 19:07:36 junyoung Exp $       */
 
 /*
  * Copyright (c) 2003
@@ -119,9 +119,9 @@
        *file = default_filename;
 
        if (fname == NULL)
-               return(0);
+               return 0;
 
-       if((col = strchr(fname, ':'))) {        /* device given */
+       if ((col = strchr(fname, ':'))) {       /* device given */
                static char savedevname[MAXDEVNAME+1];
                int devlen;
                u_int u = 0, p = 0;



Home | Main Index | Thread Index | Old Index