noise: Fix freewheel generator's use of setitimer(2).
authorMark Wooding <mdw@ncipher.com>
Wed, 20 Sep 2006 15:20:23 +0000 (16:20 +0100)
committerMark Wooding <mdw@ncipher.com>
Wed, 20 Sep 2006 15:20:23 +0000 (16:20 +0100)
If the old timer was turned off, don't accidentally turn it on.  While
on some Linux versions, this seems harmless enough, on others it causes
spurious SIGALRM signals to be sent to the process, which is terribly
unhelpful.


No differences found