From: Jim Meyering Date: Wed, 19 Jan 2005 10:22:02 +0000 (+0000) Subject: (chdir_long): Update prototype. X-Git-Tag: CPPI-1_12~1585 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b603dc305017a8da9c47599e2417d29c39bf787e;p=thirdparty%2Fcoreutils.git (chdir_long): Update prototype. --- diff --git a/lib/chdir-long.h b/lib/chdir-long.h index 47fa791607..56c7bfdc64 100644 --- a/lib/chdir-long.h +++ b/lib/chdir-long.h @@ -1,5 +1,5 @@ /* provide a chdir function that tries not to fail due to ENAMETOOLONG - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2005 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 @@ -31,5 +31,5 @@ #ifndef PATH_MAX # define chdir_long(Dir) chdir (Dir) #else -int chdir_long (char const *dir); +int chdir_long (char *dir); #endif