FreeBSD Bugzilla – Attachment 10362 Details for
Bug 20808
netstat -m doesn't use -N or -M arguments, nor warn about it
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 540 bytes, created by
Warner Losh
on 2000-08-23 20:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Warner Losh
Created:
2000-08-23 20:50:01 UTC
Size:
540 bytes
patch
obsolete
>Index: main.c >=================================================================== >RCS file: /base/FreeBSD-CVS/src/usr.bin/netstat/main.c,v >retrieving revision 1.23.2.5 >diff -u -r1.23.2.5 main.c >--- main.c 2000/03/20 18:34:54 1.23.2.5 >+++ main.c 2000/08/23 18:58:36 >@@ -346,6 +346,8 @@ > setgid(getgid()); > > if (mflag) { >+ if (nlistf != NULL || memf != NULL) >+ err("Cannot obtain mbuf stats from a core file"); > mbpr(); > exit(0); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20808
: 10362 |
10363