Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/stand/ofwboot The "close" call returns no arg...



details:   https://anonhg.NetBSD.org/src/rev/4c9dba914c4f
branches:  trunk
changeset: 792058:4c9dba914c4f
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Dec 18 10:09:56 2013 +0000

description:
The "close" call returns no arguments

diffstat:

 sys/arch/sparc/stand/ofwboot/Locore.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7c823690e759 -r 4c9dba914c4f sys/arch/sparc/stand/ofwboot/Locore.c
--- a/sys/arch/sparc/stand/ofwboot/Locore.c     Wed Dec 18 03:20:19 2013 +0000
+++ b/sys/arch/sparc/stand/ofwboot/Locore.c     Wed Dec 18 10:09:56 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: Locore.c,v 1.12 2011/05/21 15:50:42 tsutsui Exp $      */
+/*     $NetBSD: Locore.c,v 1.13 2013/12/18 10:09:56 martin Exp $       */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -231,7 +231,7 @@
        
        args.name = ADR2CELL("close");
        args.nargs = 1;
-       args.nreturns = 1;
+       args.nreturns = 0;
        args.handle = HDL2CELL(handle);
        openfirmware(&args);
 }



Home | Main Index | Thread Index | Old Index