X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fisdir.c;h=428334633b70a7ec208bd56a7a140937ac3f2fa0;hb=391b9b9a642f09d9b6303afdc6900f72eef20f9b;hp=aafa746508859a1c12f1e102214ca7feefb176d9;hpb=8e8fe8777e71f90eeec25ac267d800150ec34870;p=gnulib.git diff --git a/lib/isdir.c b/lib/isdir.c index aafa74650..428334633 100644 --- a/lib/isdir.c +++ b/lib/isdir.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 @@ -22,8 +22,6 @@ #include #include -#include "safe-stat.h" - #ifdef STAT_MACROS_BROKEN #undef S_ISDIR #endif /* STAT_MACROS_BROKEN. */