Package: util-linux
Version: 2.12-10
On Debian 3.1 on a system with 64-bit kernel and 32-bit user space
fdisk as distributed by Debian gives the kernel error message
Mar 23 19:38:56 localhost kernel: ioctl32(fdisk:4588): Unknown cmd fd(4)
cmd(40081272){00} arg(7fff7bf8) on /dev/sda
The vanilla upstream package works fine.
This Debian bug is caused by the patch by Guillem Jover: it has
#define BLKGETSIZE64 _IOR(0x12,114,long long)
but that is the wrong definition - the last argument should be size_t.
Andries
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]