Fixed Haiku libpcap detection.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31130 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+1
-1
@@ -5235,7 +5235,7 @@ elif test -c /dev/enet ; then # check again in case not readable
|
||||
V_PCAP=enet
|
||||
elif test -c /dev/nit ; then # check again in case not readable
|
||||
V_PCAP=snit
|
||||
elif test -r /boot/beos ; then
|
||||
elif test -r /boot/system ; then
|
||||
V_PCAP=haiku
|
||||
else
|
||||
V_PCAP=null
|
||||
|
||||
Reference in New Issue
Block a user