~ruther/guix-local

ref: 7795d4ff7e4c5f12e706b5b5eb38cbded961770d guix-local/gnu/packages/patches/netdde-csum.patch -rw-r--r-- 483 bytes
7795d4ff — Cayetano Santos gnu: ifdtool: Update to 25.09. 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Upstream-status: Taken from debian.

<https://salsa.debian.org/hurd-team/netdde/raw/master/debian/patches/csum>.

---
 linux/drivers/net/vmxnet3/vmxnet3_drv.c |    1 +
 1 file changed, 1 insertion(+)

--- a/linux/drivers/net/vmxnet3/vmxnet3_drv.c
+++ b/linux/drivers/net/vmxnet3/vmxnet3_drv.c
@@ -25,6 +25,7 @@
  */
 
 #include "vmxnet3_int.h"
+#include <net/ip6_checksum.h>
 
 char vmxnet3_driver_name[] = "vmxnet3";
 #define VMXNET3_DRIVER_DESC "VMware vmxnet3 virtual NIC driver"