Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/lib/libsa Pull up revision 1.9 (requested by tsutsui):



details:   https://anonhg.NetBSD.org/src/rev/67b9d8eaec43
branches:  netbsd-1-5
changeset: 490377:67b9d8eaec43
user:      he <he%NetBSD.org@localhost>
date:      Fri Dec 15 04:28:51 2000 +0000

description:
Pull up revision 1.9 (requested by tsutsui):
  Don't print ``]'' if loading kernel does not have a symbol table.

diffstat:

 sys/lib/libsa/loadfile.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f71ea93eefef -r 67b9d8eaec43 sys/lib/libsa/loadfile.c
--- a/sys/lib/libsa/loadfile.c  Fri Dec 15 04:26:18 2000 +0000
+++ b/sys/lib/libsa/loadfile.c  Fri Dec 15 04:28:51 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: loadfile.c,v 1.7 1999/12/29 11:08:02 hannken Exp $ */
+/* $NetBSD: loadfile.c,v 1.7.4.1 2000/12/15 04:28:51 he Exp $ */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -409,7 +409,7 @@
                        BCOPY(shp, shpp, sz);
                        FREE(shp, sz);
 
-                       if (first == 0)
+                       if (havesyms && first == 0)
                                PROGRESS(("]"));
                }
        }



Home | Main Index | Thread Index | Old Index