mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add patch to make this work on loopback
PR: ports/64580 Submitted by: Radim Kolar <hsn@netmag.cz>
This commit is contained in:
parent
7d12f968ee
commit
b4b424bb81
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105942
1 changed files with 20 additions and 0 deletions
20
net/xprobe/files/patch-USI++:src:datalink.cc
Normal file
20
net/xprobe/files/patch-USI++:src:datalink.cc
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- libs-external/USI++/src/datalink.cc.orig Fri Sep 26 13:40:23 2003
|
||||
+++ libs-external/USI++/src/datalink.cc Mon Mar 22 17:26:18 2004
|
||||
@@ -249,7 +249,7 @@
|
||||
|
||||
// loopback
|
||||
case DLT_NULL:
|
||||
- d_framelen = 0;
|
||||
+ d_framelen = 4;
|
||||
break;
|
||||
#ifdef DLT_LINUX_SLL
|
||||
case DLT_LINUX_SLL:
|
||||
@@ -349,6 +349,8 @@
|
||||
break;
|
||||
case DLT_RAW:
|
||||
break;
|
||||
+ case DLT_NULL:
|
||||
+ break;
|
||||
#ifdef DLT_LINUX_SLL
|
||||
case DLT_LINUX_SLL:
|
||||
break;
|
Loading…
Add table
Reference in a new issue