1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139936

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;