~ruther/guix-local

ref: 6e8d2d28e9dbcaeca73c39d45c8db3cef6dfa39f guix-local/gnu/packages/patches/netdde-csum.patch -rw-r--r-- 483 bytes
6e8d2d28 — Sharlatan Hellseher gnu: python-jupyter-client: Move to jupyter. 3 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"