~ruther/guix-local

ref: 999dc6b96f0bce06342c76fcdea8a47544e60b4e guix-local/gnu/packages/patches/netdde-csum.patch -rw-r--r-- 483 bytes
999dc6b9 — Sharlatan Hellseher gnu: sendgmail: Improve package style. 1 year, 7 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"