X-Git-Url: http://git.tuebingen.mpg.de/adu.git/log?a=blobdiff_plain;f=fd.c;h=a4d18a1f8f1684f81564e02084cab2f193756d4a;hb=b28313671025c02d96f2dd7927018b8e54bf4fec;hp=e661e71fa32d2c20d92f558f9f40f62f576b9ba1;hpb=2d7a4d61bfa10e3f462053936dcf7fd416b629d0;p=adu.git diff --git a/fd.c b/fd.c index e661e71..a4d18a1 100644 --- a/fd.c +++ b/fd.c @@ -124,7 +124,7 @@ out: * * \return Standard. */ -int __chdir(const char *path) +static int __chdir(const char *path) { int ret = chdir(path);