FreeBSD Bugzilla – Attachment 6147 Details for
Bug 14168
netstat -ss doesn't work for ipx
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 625 bytes, created by
Dan Nelson (old address)
on 1999-10-06 20:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dan Nelson (old address)
Created:
1999-10-06 20:00:01 UTC
Size:
625 bytes
patch
obsolete
>Index: ipx.c >=================================================================== >RCS file: /home/ncvs/src/usr.bin/netstat/ipx.c,v >retrieving revision 1.11 >diff -u -p -r1.11 ipx.c >--- ipx.c 1999/08/28 01:04:29 1.11 >+++ ipx.c 1999/09/19 19:57:04 >@@ -152,8 +152,8 @@ ipxprotopr(off, name) > } > } > >-#define ANY(x,y,z) (printf("\t%u %s%s%s\n",x,y,plural(x),z)) >-#define ANYl(x,y,z) (printf("\t%lu %s%s%s\n",x,y,plural(x),z)) >+#define ANY(x,y,z) if (x || sflag <= 1) printf("\t%u %s%s%s\n",x,y,plural(x),z) >+#define ANYl(x,y,z) if (x || sflag <= 1) printf("\t%lu %s%s%s\n",x,y,plural(x),z) > > /* > * Dump SPX statistics structure.
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 14168
: 6147