K 10 svn:author V 5 joerg K 8 svn:date V 27 1995-03-25T20:46:51.000000Z K 7 svn:log V 418 Call open(2) and mkdir(2) with 0666/0777 as the `mode' argument (as opposed to 0644 or 0755). It's finally still masked by the process' umask(2), and it does not make sense to restrict it further than that. This (especially for mkdir(2)) was causing major headaches for the CVS tree, since a member of group cvs was later not able to get cvs checkout permission for the mirrored tree failed to write the lock file). END