Re: [PATCH]unnecessary return in arc4random

2014-05-31 Thread Jérémie Courrèges-Anglas
Fritjof Bornebusch writes: > Am I wrong? Nope. Committed, thanks. > On Thu, May 22, 2014 at 04:30:03PM +0200, Fritjof Bornebusch wrote: >> Hi tech, >> >> does this return makes any sense, because it's a void function and the >> return is at the end of the function. >> >> fritjof >> >> Index

Re: [PATCH]unnecessary return in arc4random

2014-05-31 Thread Fritjof Bornebusch
Am I wrong? On Thu, May 22, 2014 at 04:30:03PM +0200, Fritjof Bornebusch wrote: > Hi tech, > > does this return makes any sense, because it's a void function and the return > is at the end of the function. > > fritjof > > Index: arc4random.c > ==

[PATCH]unnecessary return in arc4random

2014-05-22 Thread Fritjof Bornebusch
Hi tech, does this return makes any sense, because it's a void function and the return is at the end of the function. fritjof Index: arc4random.c === RCS file: /cvs/src/lib/libc/crypt/arc4random.c,v retrieving revision 1.30 diff -u