3247893138
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/scapy.git#3e8e1beba5f8349e5a8921ebd9fb605eff77f277
13 lines
471 B
Diff
13 lines
471 B
Diff
diff -u --recursive scapy-2.4.3-vanilla/scapy/arch/bpf/core.py scapy-2.4.3/scapy/arch/bpf/core.py
|
|
--- scapy-2.4.3-vanilla/scapy/arch/bpf/core.py 2019-08-04 11:12:30.000000000 -0500
|
|
+++ scapy-2.4.3/scapy/arch/bpf/core.py 2021-03-11 13:30:35.033061720 -0600
|
|
@@ -28,7 +28,7 @@
|
|
|
|
# ctypes definitions
|
|
|
|
-LIBC = cdll.LoadLibrary(find_library("libc"))
|
|
+LIBC = cdll.LoadLibrary(find_library("c"))
|
|
LIBC.ioctl.argtypes = [c_int, c_ulong, c_char_p]
|
|
LIBC.ioctl.restype = c_int
|
|
|