mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
- Move LICENSE downward - Sort USE_PYTHON - Strip shared library - Regenerate patch files with makepatch: - Bump PORTREVISION for package change
10 lines
371 B
C
10 lines
371 B
C
--- src/netstat.c.orig 2005-05-08 06:55:00 UTC
|
|
+++ src/netstat.c
|
|
@@ -243,7 +243,6 @@ PyFB_ifstats(PyObject *self)
|
|
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);
|