X-Git-Url: http://git.onelab.eu/?p=ipfw.git;a=blobdiff_plain;f=glue.h;fp=glue.h;h=1f8aa62cc0fd878d3316702343028b3ec9770925;hp=c05ee4aefaf40a4e4543290509e62aaf3fca3e3a;hb=31b969263c34f46f398eec33c0b0e95947842cda;hpb=79be4ffd486038576b91307260b98c0ff9b203a0 diff --git a/glue.h b/glue.h index c05ee4a..1f8aa62 100644 --- a/glue.h +++ b/glue.h @@ -23,7 +23,7 @@ * SUCH DAMAGE. */ /* - * $Id: glue.h 4413 2009-12-10 08:57:02Z luigi $ + * $Id: glue.h 4436 2009-12-10 18:31:49Z luigi $ * * glue code to adapt the FreeBSD version to linux and windows, * userland and kernel. @@ -262,7 +262,7 @@ struct route_in6 { }; #ifdef linux /* linux does not have sin_len in sockaddr */ -#define sin_len __pad[0] +#define sin_len sin_zero[0] #endif /* linux */ /*