Source-Changes-HG archive

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

[src/trunk]: src/sbin/ldconfig !silent -> verbose, to make it compile again (...



details:   https://anonhg.NetBSD.org/src/rev/4511bdb555b3
branches:  trunk
changeset: 471712:4511bdb555b3
user:      drochner <drochner%NetBSD.org@localhost>
date:      Thu Apr 08 19:19:57 1999 +0000

description:
!silent -> verbose, to make it compile again (there is no "silent")

diffstat:

 sbin/ldconfig/ldconfig.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0684554627cd -r 4511bdb555b3 sbin/ldconfig/ldconfig.c
--- a/sbin/ldconfig/ldconfig.c  Thu Apr 08 18:34:27 1999 +0000
+++ b/sbin/ldconfig/ldconfig.c  Thu Apr 08 19:19:57 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ldconfig.c,v 1.23 1999/04/08 13:27:38 agc Exp $        */
+/*     $NetBSD: ldconfig.c,v 1.24 1999/04/08 19:19:57 drochner Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -167,7 +167,7 @@
        int             rval = 0;
 
        if ((conf = fopen(_PATH_LD_SO_CONF, "r")) == NULL) {
-               if (!silent) {
+               if (verbose) {
                        warnx("can't open `%s'", _PATH_LD_SO_CONF);
                }
                return (0);



Home | Main Index | Thread Index | Old Index