mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
struct pf_queue_bwspec changed 'absolute' to uint64_t in pfvar.h 1.541
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
COMMENT = Python module for managing PF
|
||||
|
||||
MODPY_DISTV = 0.2.3
|
||||
MODPY_DISTV = 0.2.3
|
||||
GH_ACCOUNT = dotpy
|
||||
GH_PROJECT = py-pf
|
||||
GH_TAGNAME = ${MODPY_DISTV}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
changed in pfvar.h 1.541
|
||||
|
||||
Index: pf/_struct.py
|
||||
--- pf/_struct.py.orig
|
||||
+++ pf/_struct.py
|
||||
@@ -478,7 +478,7 @@ class timeval(Structure): # From /usr/in
|
||||
|
||||
|
||||
class pf_queue_bwspec(Structure): # From /usr/include/net/pfvar.h
|
||||
- _fields_ = [("absolute", c_uint),
|
||||
+ _fields_ = [("absolute", c_uint64),
|
||||
("percent", c_uint)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user