mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
96da623c00
PR: 115610 Submitted by: Barry Pederson <bp@barryp.org>
11 lines
390 B
C
11 lines
390 B
C
--- src/netstat.c.orig 2007-08-17 13:07:10.654911645 -0500
|
|
+++ src/netstat.c 2007-08-17 13:07:19.496912514 -0500
|
|
@@ -243,7 +243,6 @@
|
|
Py_DECREF(t);
|
|
p_int(type); p_int(physical);
|
|
p_int(addrlen); p_int(hdrlen);
|
|
- p_int(recvquota); p_int(xmitquota);
|
|
p_long(mtu); p_long(metric);
|
|
p_long(baudrate); p_long(ipackets);
|
|
p_long(ierrors); p_long(opackets);
|