Re: svn commit: r241916 - in head/sys: netinet netinet6

2012-10-28 Thread Ulrich Spörlein
On Tue, 2012-10-23 at 20:43:33 +0200, Michael Tuexen wrote: > On Oct 23, 2012, at 8:28 PM, Bruce Evans wrote: > > > On Tue, 23 Oct 2012, Michael Tuexen wrote: > > > >> On Oct 23, 2012, at 6:23 AM, Bruce Evans wrote: > >> > >>> On Mon, 22 Oct 2012, Xin LI wrote: > >>> > Log: > Remove _

Re: svn commit: r241916 - in head/sys: netinet netinet6

2012-10-24 Thread Rui Paulo
On 23 Oct 2012, at 11:43, Michael Tuexen wrote: > * My comment was regarding your list of formatting issues of the code. > Changing > the formatting would require changing the export script. > If someone "just" changes the FreeBSD sources and these changes are not > included > upstream, they

Re: svn commit: r241916 - in head/sys: netinet netinet6

2012-10-23 Thread Michael Tuexen
On Oct 23, 2012, at 8:28 PM, Bruce Evans wrote: > On Tue, 23 Oct 2012, Michael Tuexen wrote: > >> On Oct 23, 2012, at 6:23 AM, Bruce Evans wrote: >> >>> On Mon, 22 Oct 2012, Xin LI wrote: >>> Log: Remove __P. >>> >>> This was a chance to remove style bugs in the prototypes. At least

Re: svn commit: r241916 - in head/sys: netinet netinet6

2012-10-23 Thread Bruce Evans
On Tue, 23 Oct 2012, Michael Tuexen wrote: On Oct 23, 2012, at 6:23 AM, Bruce Evans wrote: On Mon, 22 Oct 2012, Xin LI wrote: Log: Remove __P. This was a chance to remove style bugs in the prototypes. At least it didn't create so many new ones, unlike the original __P axing. It still enl

Re: svn commit: r241916 - in head/sys: netinet netinet6

2012-10-23 Thread Michael Tuexen
On Oct 23, 2012, at 6:23 AM, Bruce Evans wrote: > On Mon, 22 Oct 2012, Xin LI wrote: > >> Log: >> Remove __P. > > This was a chance to remove style bugs in the prototypes. At least it > didn't create so many new ones, unlike the original __P axing. It > still enlarged about a hundred by changi

Re: svn commit: r241916 - in head/sys: netinet netinet6

2012-10-22 Thread Bruce Evans
On Mon, 22 Oct 2012, Xin LI wrote: Log: Remove __P. This was a chance to remove style bugs in the prototypes. At least it didn't create so many new ones, unlike the original __P axing. It still enlarged about a hundred by changing from Gnu style continuation to Gnu style continuation indent