Re: removal of some end macros in netinet

2013-03-19 Thread Martin Pieuchot
On 19/03/13(Tue) 10:05, Ted Unangst wrote: > On Tue, Mar 19, 2013 at 14:24, Martin Pieuchot wrote: > > On 15/03/13(Fri) 16:59, Ted Unangst wrote: > >> Replace LIST_END with NULL, for clarity and less characters. > >> > >> frag6.c was definitely a big fan of LIST_END. > > > > Careful, I had to edit

Re: removal of some end macros in netinet

2013-03-19 Thread Ted Unangst
On Tue, Mar 19, 2013 at 14:24, Martin Pieuchot wrote: > On 15/03/13(Fri) 16:59, Ted Unangst wrote: >> Replace LIST_END with NULL, for clarity and less characters. >> >> frag6.c was definitely a big fan of LIST_END. > > Careful, I had to edit your diff to be able to apply it correctly. > > I'm mos

Re: removal of some end macros in netinet

2013-03-19 Thread Martin Pieuchot
On 15/03/13(Fri) 16:59, Ted Unangst wrote: > Replace LIST_END with NULL, for clarity and less characters. > > frag6.c was definitely a big fan of LIST_END. Careful, I had to edit your diff to be able to apply it correctly. I'm mostly ok with your diff, but in some place I think that it would be

removal of some end macros in netinet

2013-03-15 Thread Ted Unangst
Replace LIST_END with NULL, for clarity and less characters. frag6.c was definitely a big fan of LIST_END. Index: netinet/if_ether.c === RCS file: /cvs/src/sys/netinet/if_ether.c,v retrieving revision 1.97 diff -u -p -r1.97 if_ether.