Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2017 07:09:10 +0100
From:      "O. Hartmann" <o.hartmann@walstatt.org>
To:        Ermal =?ISO-8859-1?Q?Lu=E7i?= <eri@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r313529 - head/sys/netinet
Message-ID:  <20170210070910.188415ae@freyja.zeit4.iv.bundesimmobilien.de>
In-Reply-To: <201702100601.v1A61lci087877@repo.freebsd.org>
References:  <201702100601.v1A61lci087877@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 10 Feb 2017 06:01:47 +0000 (UTC)
Ermal Lu=C3=A7i <eri@FreeBSD.org> wrote:

> Author: eri
> Date: Fri Feb 10 06:01:47 2017
> New Revision: 313529
> URL: https://svnweb.freebsd.org/changeset/base/313529
>=20
> Log:
>   Fix build after r313524
>  =20
>   Reported-by: ohartmann@walstatt.org
>=20
> Modified:
>   head/sys/netinet/udp_usrreq.c
>=20
> Modified: head/sys/netinet/udp_usrreq.c
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/sys/netinet/udp_usrreq.c	Fri Feb 10 05:58:16 2017
> (r313528) +++ head/sys/netinet/udp_usrreq.c	Fri Feb 10 06:01:47
> 2017	(r313529) @@ -636,7 +636,7 @@ udp_input(struct mbuf **mp, int
> *offp, i goto badunlocked;
>  		}
>  		UDP_PROBE(receive, NULL, last, ip, last, uh);
> -		if (udp_append(last, ip, m, iphlen, udp_in) =3D=3D 0)=20
> +		if (udp_append(last, ip, m, iphlen, udpin) =3D=3D 0)=20
>  			INP_RUNLOCK(last);
>  	inp_lost:
>  		INP_INFO_RUNLOCK(pcbinfo);
> @@ -726,7 +726,7 @@ udp_input(struct mbuf **mp, int *offp, i
>  	}
> =20
>  	UDP_PROBE(receive, NULL, inp, ip, inp, uh);
> -	if (udp_append(inp, ip, m, iphlen, udp_in) =3D=3D 0)=20
> +	if (udp_append(inp, ip, m, iphlen, udpin) =3D=3D 0)=20
>  		INP_RUNLOCK(inp);
>  	return (IPPROTO_DONE);
> =20
> _______________________________________________
> svn-src-head@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-head
> To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org"

Still (r313529) buildkernel breakage:

[...]
/usr/src/sys/netinet6/ip6_output.c:1741:10: error: duplicate case value '65'
                                case IPV6_BINDMULTI:
                                     ^
/usr/src/sys/netinet6/in6.h:492:25: note: expanded from macro 'IPV6_BINDMUL=
TI'
#define IPV6_BINDMULTI          65 /* bool; allow multibind to same addr/po=
rt */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170210070910.188415ae>