Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/sparc/sparc Pull up re 1.4 from trunk



details:   https://anonhg.NetBSD.org/src/rev/42711e79c50d
branches:  netbsd-1-4
changeset: 468224:42711e79c50d
user:      pk <pk%NetBSD.org@localhost>
date:      Wed Apr 14 21:19:22 1999 +0000

description:
Pull up re 1.4 from trunk

diffstat:

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

diffs (18 lines):

diff -r c2975b07fbf7 -r 42711e79c50d sys/arch/sparc/sparc/promlib.c
--- a/sys/arch/sparc/sparc/promlib.c    Wed Apr 14 21:18:30 1999 +0000
+++ b/sys/arch/sparc/sparc/promlib.c    Wed Apr 14 21:19:22 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: promlib.c,v 1.3 1999/03/02 13:41:03 pk Exp $ */
+/*     $NetBSD: promlib.c,v 1.3.2.1 1999/04/14 21:19:22 pk Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -145,7 +145,7 @@
        char str[64];
        int n;
 
-       n = sprintf(str, "Operation not implemented on ROM version %d\n",
+       n = sprintf(str, "Operation not implemented on ROM version %d\r\n",
                    promops.po_version);
 
        /*



Home | Main Index | Thread Index | Old Index