X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmkdir.c;h=8495ad94bc41b77d33f3a1993c395c8505418323;hb=fa145a9f05c90f266754ff5b8e9ff2c81fc5ef3d;hp=7908b18b76247bdcc41094a329392c35f7e2abb9;hpb=4217177afc596dc0d1005f9eea607834ef2ae5c4;p=gnulib.git diff --git a/lib/mkdir.c b/lib/mkdir.c index 7908b18b7..8495ad94b 100644 --- a/lib/mkdir.c +++ b/lib/mkdir.c @@ -12,8 +12,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H #include @@ -34,8 +34,6 @@ extern int errno; #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) #endif -#include "safe-stat.h" - /* mkdir adapted from GNU tar. */ /* Make directory DPATH, with permission mode DMODE.