X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmkdir-p.c;h=58ee45bf2b7a751bf8202edcf46bbd8ecf1bec33;hb=cbf7a84bcf8194d6687244fb0e0701539aeeee21;hp=058508c8e2f985eeceb43fb4b67caf9d07a83f7d;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/lib/mkdir-p.c b/lib/mkdir-p.c index 058508c8e..58ee45bf2 100644 --- a/lib/mkdir-p.c +++ b/lib/mkdir-p.c @@ -1,6 +1,6 @@ /* mkdir-p.c -- Ensure that a directory and its parents exist. - Copyright (C) 1990, 1997-2000, 2002-2007, 2009-2010 Free Software + Copyright (C) 1990, 1997-2000, 2002-2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify @@ -115,7 +115,7 @@ make_dir_parents (char *dir, if (0 <= prefix_len) { /* If the ownership might change, or if the directory will be - writeable to other users and its special mode bits may + writable to other users and its special mode bits may change after the directory is created, create it with more restrictive permissions at first, so unauthorized users cannot nip in before the directory is ready. */