strstr: Update cross-compilation guess.
[pspp] / lib / mkdirat.c
index 33ece9ccd660161b575f0dee0251e5be66d07725..ed7998d02c3c61d1cc940183e37a70e214e571fe 100644 (file)
@@ -1,5 +1,5 @@
 /* fd-relative mkdir
-   Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2006, 2009-2011 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
 
 #include <unistd.h>
 
-#include "dirname.h" /* solely for definition of IS_ABSOLUTE_FILE_NAME */
-#include "openat.h"
-#include "openat-priv.h"
-#include "save-cwd.h"
-
 /* Solaris 10 has no function like this.
    Create a subdirectory, FILE, with mode MODE, in the directory
    open on descriptor FD.  If possible, do it without changing the