]> rtime.felk.cvut.cz Git - can-utils.git/commitdiff
cegw: Update kernel header cegw
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 4 Apr 2014 18:57:41 +0000 (20:57 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 4 Apr 2014 18:57:41 +0000 (20:57 +0200)
include/linux/can/canethgw.h

index f12e054850d6a35d90594b5d5df85abd9ecd1494..4bc96a7845eda6d165b5b5cab0f6cf0f881ab0e9 100644 (file)
@@ -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'