]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not cast from a pointer to an integer of a possibly different size.
authorbde <bde@FreeBSD.org>
Thu, 5 Sep 2002 12:30:54 +0000 (12:30 +0000)
committerbde <bde@FreeBSD.org>
Thu, 5 Sep 2002 12:30:54 +0000 (12:30 +0000)
commitb307c795022493741b4b1665d729863cda62b277
treebe4650b96885468553e7d8fb112acea6675c1f7f
parent9a172ee34ea00f64c6fd936e9b6ff608c612eaeb
Do not cast from a pointer to an integer of a possibly different size.
This fixes a warning on i386's with 64-bit longs.
sys/compat/linux/linux_misc.c