]> granicus.if.org Git - curl/commit
Make hostcache_fixoffset() take a long for offset, to fully work with 64bit
authorDaniel Stenberg <daniel@haxx.se>
Thu, 12 Feb 2004 16:02:55 +0000 (16:02 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 12 Feb 2004 16:02:55 +0000 (16:02 +0000)
commit4674f3f115fdff6c4c24f1c941ddc2944d43aecb
tree0ad4cb967e01c286ac22a13d5819343b0483392c
parentd8a1415646040792543563449c7a0038ffd42404
Make hostcache_fixoffset() take a long for offset, to fully work with 64bit
archs, also no longer typecast pointers to ints as that is a nono on 64bit
systems.
lib/hostip.c