Re: CVS commit: src/regress/sys/net

2011-03-03 Thread David Holland
On Thu, Mar 03, 2011 at 08:09:49AM +, David Laight wrote: > > +awk < $1 ' > > +state == 0 && /^ether_aton_r/ { print prev; state = 1; } > > +state == 1 { print; } > > +state == 1 && /^}$/ { state = 2; } > > +{ prev = $0; } > > +' >> $2 > > Looks like that would be even

Re: CVS commit: src/regress/sys/net

2011-03-03 Thread David Laight
On Thu, Mar 03, 2011 at 12:27:19AM +, David Holland wrote: > On Tue, Mar 01, 2011 at 08:02:40AM +, David Laight wrote: > > > autogen requires ed(1), which is not provided by our toolchain. > > > (In other words, this causes a odd build failure on some Linux build > > > hosts.) > > > >

Re: CVS commit: src/regress/sys/net

2011-03-02 Thread David Holland
On Thu, Mar 03, 2011 at 12:27:19AM +, David Holland wrote: > This should do the trick, modulo feeding in ${TOOL_AWK} properly: (and if anyone's wondering why I haven't just committed it, it's because once again I've forgotten how to persuade atf to work...) -- David A. Holland dholl...@netb

Re: CVS commit: src/regress/sys/net

2011-03-02 Thread David Holland
On Tue, Mar 01, 2011 at 08:02:40AM +, David Laight wrote: > > autogen requires ed(1), which is not provided by our toolchain. > > (In other words, this causes a odd build failure on some Linux build > > hosts.) > > I've not looked, but it is probably not too hard to change the script > t

Re: CVS commit: src/regress/sys/net

2011-02-28 Thread David Laight
On Mon, Feb 28, 2011 at 10:08:07PM +, Jonathan A. Kollasch wrote: > > autogen requires ed(1), which is not provided by our toolchain. > (In other words, this causes a odd build failure on some Linux build > hosts.) I've not looked, but it is probably not too hard to change the script to use a

Re: CVS commit: src/regress/sys/net

2011-02-28 Thread Jonathan A. Kollasch
On Wed, May 19, 2010 at 05:55:36PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Wed May 19 21:55:36 UTC 2010 > > Modified Files: > src/regress/sys/net: Makefile > Added Files: > src/regress/sys/net/ether_aton_r: Makefile autogen main.c > >