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: <200701280717.48776.vapier@gentoo.org> Date: Sun, 28 Jan 2007 07:17:47 -0500 From: Mike Frysinger <vapier@...too.org> To: linux-ide@...r.kernel.org Cc: linux-kernel@...r.kernel.org Subject: [patch] use __u8 rather than u8 in userspace SIZE defines in hdreg.h the hdreg.h exports some SIZE defines to userspace but it utilizes sizeof(u8) in its definition ... that's no good so the trivial attached patch changes that to sizeof(__u8) -mike Content of type "application/pgp-signature" skipped View attachment "linux-use-__-types-in-hdreg-header.patch" of type "text/x-diff" (711 bytes)