Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.sbin/rtsold Pullup 1.4 [itojun]:



details:   https://anonhg.NetBSD.org/src/rev/bdf4b0a4ccb7
branches:  netbsd-1-5
changeset: 489873:bdf4b0a4ccb7
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Oct 18 02:22:30 2000 +0000

description:
Pullup 1.4 [itojun]:
printf-format audit.  from sommrfeld%netbsd.org@localhost.  sync with kame.

diffstat:

 usr.sbin/rtsold/dump.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 8099f8908e81 -r bdf4b0a4ccb7 usr.sbin/rtsold/dump.c
--- a/usr.sbin/rtsold/dump.c    Wed Oct 18 02:20:18 2000 +0000
+++ b/usr.sbin/rtsold/dump.c    Wed Oct 18 02:22:30 2000 +0000
@@ -1,4 +1,5 @@
-/*     $NetBSD: dump.c,v 1.2 2000/02/25 09:19:07 itojun Exp $  */
+/*     $NetBSD: dump.c,v 1.2.4.1 2000/10/18 02:22:30 tv Exp $  */
+/*     $KAME: dump.c,v 1.8 2000/10/05 22:20:39 itojun Exp $    */
 
 /*
  * Copyright (C) 1999 WIDE Project.
@@ -98,7 +99,7 @@
        char *dumpfile;
 {
        if ((fp = fopen(dumpfile, "w")) == NULL) {
-               warnmsg(LOG_WARNING, __FUNCTION__, "open a dump file(%s)",
+               warnmsg(LOG_WARNING, __FUNCTION__, "open a dump file(%s): %s",
                        dumpfile, strerror(errno));
                return;
        }



Home | Main Index | Thread Index | Old Index