26 May
2012
26 May
'12
9:54 p.m.
On Sat, May 26, 2012 at 11:05:28PM +0400, 123 wrote:
One patch for using random instead of rand. [1]
Guessing the intention here, I would recomment to use arc4random on systems that have it. time(0) should likely be spelled as time(NULL).
Reordered headers and removed old comments (what is ckt_write?). umask is actually in sys/stat.h and not in unistd.h
umask in sys/stat.h is correct. Joerg