Re: dpid patches
Joerg Sonnenberger <joerg.sonnenberger-S0/[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
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