j
k
j a
j l
On Thursday 05 January 2012 13:44:56 David Wagner wrote:
bin_fd = creat(bin_filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
bin_fd = creat(bin_filename, S_IRUSR | S_IWUSR | S_IRGRP |
S_IWGRP);
this should prob be open() -mike
Attachments:
Back to the thread
Back to the list