lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1257531437.7630.2.camel@c-dwalke-linux.qualcomm.com> Date: Fri, 06 Nov 2009 10:17:17 -0800 From: Daniel Walker <dwalker@...o99.com> To: Arnd Bergmann <arnd@...db.de> Cc: linux-kernel@...r.kernel.org, David Miller <davem@...emloft.net>, Christoph Hellwig <hch@....de>, netdev@...r.kernel.org Subject: Re: [PATCH 1/7] compat: add struct compat_ifreq etc to compat.h On Fri, 2009-11-06 at 19:09 +0100, Arnd Bergmann wrote: > +struct compat_ifreq { > +#define IFHWADDRLEN 6 > +#define IFNAMSIZ 16 > + union { > + char ifrn_name[IFNAMSIZ]; /* if name, > e.g. "en0" */ > + } ifr_ifrn; > + union { > + struct sockaddr ifru_addr; > + struct sockaddr ifru_dstaddr; > + struct sockaddr ifru_broadaddr; > + struct sockaddr ifru_netmask; > + struct sockaddr ifru_hwaddr; > + short ifru_flags; > + compat_int_t ifru_ivalue; > + compat_int_t ifru_mtu; > + struct compat_ifmap ifru_map; > + char ifru_slave[IFNAMSIZ]; /* Just fits the size > */ > + char ifru_newname[IFNAMSIZ]; > + compat_caddr_t ifru_data; > + /* XXXX? ifru_settings should be here */ > + } ifr_ifru; > +}; > + Did you just copy this from someplace else? Many of the lines seems to be tab damaged. Daniel -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists