From: Michal Sojka Date: Fri, 4 Apr 2014 18:57:41 +0000 (+0200) Subject: cegw: Update kernel header X-Git-Url: https://rtime.felk.cvut.cz/gitweb/can-utils.git/commitdiff_plain/bb37fbb77e649e062254f16287edc59188cde60d cegw: Update kernel header --- diff --git a/include/linux/can/canethgw.h b/include/linux/can/canethgw.h index f12e054..4bc96a7 100644 --- a/include/linux/can/canethgw.h +++ b/include/linux/can/canethgw.h @@ -9,7 +9,7 @@ struct cegw_ioctl __u32 udp_sock; __u32 udp_dstcnt; __u32 udp_addrlen; - struct sockaddr_in udp_dst[0]; + __u8 udp_dst[0]; }; #define CEGW_IOCTL_BASE 'c'