X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fisdir.c;h=6a56a43d651afd617beb8637148df1cc329536f5;hb=1657e8ea4800a0ecbd67c05e6b8896b37720110b;hp=e81ea4578f871503062b825c18368deecfd11301;hpb=743c80bfbe2077ef2ff6a9a1c5feb8fef551a3d4;p=gnulib.git diff --git a/lib/isdir.c b/lib/isdir.c index e81ea4578..6a56a43d6 100644 --- a/lib/isdir.c +++ b/lib/isdir.c @@ -13,9 +13,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 +#ifdef HAVE_CONFIG_H # include #endif @@ -34,8 +34,7 @@ return nonzero, else 0. */ int -isdir (path) - char *path; +isdir (const char *path) { struct stat stats;