Re: svn commit: r203926 - in head/games/fortune: fortune strfile unstr

2010-02-17 Thread Dag-Erling Smørgrav
Ulrich Spörlein writes: > That said, the only object code altering change is the replacing of > exit(0) with return(0) at the end of main(). That's a regression. DES -- Dag-Erling Smørgrav - d...@des.no ___ svn-src-head@freebsd.org mailing list http:/

Re: svn commit: r203926 - in head/games/fortune: fortune strfile unstr

2010-02-17 Thread John Baldwin
On Wednesday 17 February 2010 1:51:33 pm Ulrich Spörlein wrote: > On Wed, 17.02.2010 at 11:43:57 -0500, John Baldwin wrote: > > On Monday 15 February 2010 10:10:22 am Ulrich Spoerlein wrote: > > > Author: uqs > > > Date: Mon Feb 15 15:10:21 2010 > > > New Revision: 203926 > > > URL: http://svn.free

Re: svn commit: r203926 - in head/games/fortune: fortune strfile unstr

2010-02-17 Thread Ulrich Spörlein
On Wed, 17.02.2010 at 11:43:57 -0500, John Baldwin wrote: > On Monday 15 February 2010 10:10:22 am Ulrich Spoerlein wrote: > > Author: uqs > > Date: Mon Feb 15 15:10:21 2010 > > New Revision: 203926 > > URL: http://svn.freebsd.org/changeset/base/203926 > > > > Log: > > fortune(6) switch to 3-cla

Re: svn commit: r203926 - in head/games/fortune: fortune strfile unstr

2010-02-17 Thread John Baldwin
On Monday 15 February 2010 10:10:22 am Ulrich Spoerlein wrote: > Author: uqs > Date: Mon Feb 15 15:10:21 2010 > New Revision: 203926 > URL: http://svn.freebsd.org/changeset/base/203926 > > Log: > fortune(6) switch to 3-clause BSDL; style(9) > > This reduces the diff to other *BSD and makes

svn commit: r203926 - in head/games/fortune: fortune strfile unstr

2010-02-15 Thread Ulrich Spoerlein
Author: uqs Date: Mon Feb 15 15:10:21 2010 New Revision: 203926 URL: http://svn.freebsd.org/changeset/base/203926 Log: fortune(6) switch to 3-clause BSDL; style(9) This reduces the diff to other *BSD and makes it possible to actually see the code differences. Approved by: ed (Co-men