aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/vmware3/files/patch-bc
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vmware3/files/patch-bc')
-rw-r--r--emulators/vmware3/files/patch-bc11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/vmware3/files/patch-bc b/emulators/vmware3/files/patch-bc
new file mode 100644
index 000000000000..b2764c90596a
--- /dev/null
+++ b/emulators/vmware3/files/patch-bc
@@ -0,0 +1,11 @@
+--- vmnet-only/freebsd/vmnet.c.orig Mon Jul 31 08:36:25 2000
++++ vmnet-only/freebsd/vmnet.c Mon Sep 11 00:34:08 2000
+@@ -164,7 +164,7 @@
+
+ s = splimp();
+ if_attach(ifp);
+- ether_ifattach(ifp);
++ ether_ifattach(ifp, ETHER_BPF_SUPPORTED);
+ bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header));
+ splx(s);
+