
8 Jan
2012
8 Jan
'12
8:29 p.m.
On Sunday 08 January 2012 07:02:40 David Wagner wrote:
Le 08/01/2012 07:50, Mike Frysinger a écrit :
On Thursday 05 January 2012 13:44:56 David Wagner wrote:
bin_fd = creat(bin_filename, S_IRUSR | S_IWUSR | S_IRGRP |
S_IWGRP);
this should prob be open()
What is wrong with creat() ?
nothings wrong with it per-say ... just unusual ;). if you really want to keep it, then it's fine. -mike