On Sat May 17 2008 13:54:20 Loïc Minier wrote: > On Sat, May 17, 2008, Mike Bird wrote: > > if ((pidfile_fd = open (LOCALSTATEDIR > > "/run/system-tools-backends.pid", O_CREAT | O_WRONLY, 0644)) != -1) > > (You probably meant 00644 above.)
No. 00644 and 0644 have the same value and 0644 is the norm in this situation. One only uses additional digits for special attributes (e.g. suid) and then it is better to use symbolic values to avoid mistakes. --Mike Bird -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]