mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix build
Reported by: pavbot
This commit is contained in:
parent
8d2f4f82df
commit
1053d553fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285325
1 changed files with 10 additions and 0 deletions
10
devel/py-freebsd/files/patch-src-netstat.c
Normal file
10
devel/py-freebsd/files/patch-src-netstat.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- 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);
|
Loading…
Add table
Reference in a new issue