Fix build on all (hopefully) 64 bit architectures.

Noticed by:	tinderbox
Tested on:	panther
This commit is contained in:
Tom Rhodes 2005-01-09 09:10:24 +00:00
parent 66d165347d
commit b6905f6f93

View File

@ -1769,7 +1769,7 @@ pr_ip6opt(void *extbuf)
struct ip6_hbh *ext;
int currentlen;
u_int8_t type;
size_t extlen, len;
socklen_t extlen, len;
void *databuf;
size_t offset;
u_int16_t value2;