Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/tcpdump Oops, fix a typo in a printf.
details: https://anonhg.NetBSD.org/src/rev/795ef5623d0d
branches: trunk
changeset: 472877:795ef5623d0d
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue May 11 02:56:55 1999 +0000
description:
Oops, fix a typo in a printf.
diffstat:
usr.sbin/tcpdump/print-ppp.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 92398ac9fa33 -r 795ef5623d0d usr.sbin/tcpdump/print-ppp.c
--- a/usr.sbin/tcpdump/print-ppp.c Tue May 11 02:54:29 1999 +0000
+++ b/usr.sbin/tcpdump/print-ppp.c Tue May 11 02:56:55 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: print-ppp.c,v 1.5 1999/05/11 02:54:30 thorpej Exp $ */
+/* $NetBSD: print-ppp.c,v 1.6 1999/05/11 02:56:55 thorpej Exp $ */
/*
* Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996, 1997
@@ -27,7 +27,7 @@
static const char rcsid[] =
"@(#) Header: print-ppp.c,v 1.26 97/06/12 14:21:29 leres Exp (LBL)";
#else
-__RCSID("$NetBSD: print-ppp.c,v 1.5 1999/05/11 02:54:30 thorpej Exp $");
+__RCSID("$NetBSD: print-ppp.c,v 1.6 1999/05/11 02:56:55 thorpej Exp $");
#endif
#endif
@@ -281,7 +281,7 @@
u_short rel, time0, time1;
if (caplen < CISCO_KEEP_LEN) {
- printf("[!cisco keepalive]");
+ printf("[|cisco keepalive]");
goto out;
}
Home |
Main Index |
Thread Index |
Old Index