]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When storing an int value in a void *, use intptr_t as the cast type
authorJonathan Lemon <jlemon@FreeBSD.org>
Wed, 19 Dec 2001 15:57:43 +0000 (15:57 +0000)
committerJonathan Lemon <jlemon@FreeBSD.org>
Wed, 19 Dec 2001 15:57:43 +0000 (15:57 +0000)
commite579ba1aeaf8ceb2b73d6e929daf3a362b06ecf2
treee05300747076878b45c9d73930c5ec3c0f2afddd
parent3f9e31220b6ebe58dec2781f026cc5556a555806
When storing an int value in a void *, use intptr_t as the cast type
(instead of int) to keep the 64 bit platforms happy.
sys/netinet/tcp_syncache.c