Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.bin/netstat pullup 1.15
details: https://anonhg.NetBSD.org/src/rev/b548d06ba9ec
branches: netbsd-1-4
changeset: 468030:b548d06ba9ec
user: hubertf <hubertf%NetBSD.org@localhost>
date: Sat Apr 03 00:18:57 1999 +0000
description:
pullup 1.15
diffstat:
usr.bin/netstat/mbuf.c | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r a0f03d78cac7 -r b548d06ba9ec usr.bin/netstat/mbuf.c
--- a/usr.bin/netstat/mbuf.c Fri Apr 02 23:56:29 1999 +0000
+++ b/usr.bin/netstat/mbuf.c Sat Apr 03 00:18:57 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mbuf.c,v 1.14 1999/03/31 23:25:46 thorpej Exp $ */
+/* $NetBSD: mbuf.c,v 1.14.2.1 1999/04/03 00:18:57 hubertf Exp $ */
/*
* Copyright (c) 1983, 1988, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "from: @(#)mbuf.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: mbuf.c,v 1.14 1999/03/31 23:25:46 thorpej Exp $");
+__RCSID("$NetBSD: mbuf.c,v 1.14.2.1 1999/04/03 00:18:57 hubertf Exp $");
#endif
#endif /* not lint */
@@ -102,11 +102,6 @@
__progname);
return;
}
- if (mbaddr == 0) {
- fprintf(stderr, "%s: mbstat: symbol not in namelist\n",
- __progname);
- return;
- }
/*XXX*/
if (msizeaddr != 0)
kread(msizeaddr, (char *)&msize, sizeof (msize));
Home |
Main Index |
Thread Index |
Old Index