X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fisdir.c;h=f328dbb6769703d723d95690f69e3c357ab64cac;hb=44d6eead9ba864662836a9f9d95913b4e0cb2a3b;hp=e81ea4578f871503062b825c18368deecfd11301;hpb=743c80bfbe2077ef2ff6a9a1c5feb8fef551a3d4;p=gnulib.git diff --git a/lib/isdir.c b/lib/isdir.c index e81ea4578..f328dbb67 100644 --- a/lib/isdir.c +++ b/lib/isdir.c @@ -1,5 +1,6 @@ /* isdir.c -- determine whether a directory exists - Copyright (C) 1990, 1998 Free Software Foundation, Inc. + + Copyright (C) 1990, 1998, 2006 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 @@ -13,11 +14,9 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#if HAVE_CONFIG_H -# include -#endif +#include #include #include @@ -34,8 +33,7 @@ return nonzero, else 0. */ int -isdir (path) - char *path; +isdir (const char *path) { struct stat stats;