X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmkdir-p.c;h=58ee45bf2b7a751bf8202edcf46bbd8ecf1bec33;hb=cbf7a84bcf8194d6687244fb0e0701539aeeee21;hp=39979a8b3b038c1850bc9933581d832210bcf892;hpb=441aa3044f43e5572f58c354f01e6bc070acd5c7;p=gnulib.git diff --git a/lib/mkdir-p.c b/lib/mkdir-p.c index 39979a8b3..58ee45bf2 100644 --- a/lib/mkdir-p.c +++ b/lib/mkdir-p.c @@ -1,7 +1,7 @@ /* mkdir-p.c -- Ensure that a directory and its parents exist. - Copyright (C) 1990, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. + 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 it under the terms of the GNU General Public License as published by @@ -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. */