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/pim6dd Pullup 1.4 [itojun]:
details: https://anonhg.NetBSD.org/src/rev/2a99602565d7
branches: netbsd-1-5
changeset: 489867:2a99602565d7
user: tv <tv%NetBSD.org@localhost>
date: Wed Oct 18 02:16:31 2000 +0000
description:
Pullup 1.4 [itojun]:
printf-format audit. from sommrfeld%netbsd.org@localhost. sync with kame.
diffstat:
usr.sbin/pim6dd/main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1faea9721eff -r 2a99602565d7 usr.sbin/pim6dd/main.c
--- a/usr.sbin/pim6dd/main.c Wed Oct 18 02:16:21 2000 +0000
+++ b/usr.sbin/pim6dd/main.c Wed Oct 18 02:16:31 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.3 2000/05/19 10:43:37 itojun Exp $ */
+/* $NetBSD: main.c,v 1.3.4.1 2000/10/18 02:16:31 tv Exp $ */
/*
* Copyright (c) 1998 by the University of Oregon.
@@ -659,7 +659,7 @@
int s;
#endif /* SNMP */
- log(LOG_NOTICE, 0, "% restart", versionstring);
+ log(LOG_NOTICE, 0, "%s restart", versionstring);
/*
* reset all the entries
Home |
Main Index |
Thread Index |
Old Index