]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r229402:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 10 Jan 2012 07:42:01 +0000 (07:42 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 10 Jan 2012 07:42:01 +0000 (07:42 +0000)
commit50493cacf40497ac0c7d45df6bad303b68cac44a
treefb92cecbd6d4b7df28cebcc494ee7031b63568ad
parenta4d251fe0920713eab518e8e7b6719b75fc6939b
MFC r229402:

In sys/compat/linux/linux_ioctl.c, work around a warning when a pointer
is compared to an integer, by casting the pointer to l_uintptr_t.  No
functional difference on both i386 and amd64.

Reviewed by: ed, jhb

git-svn-id: svn://svn.freebsd.org/base/stable/9@229923 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/compat/linux/linux_ioctl.c