X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=fd.c;h=a4d18a1f8f1684f81564e02084cab2f193756d4a;hp=e661e71fa32d2c20d92f558f9f40f62f576b9ba1;hb=ce0adfac23ad42e907118cb1dd1d91ad16a9ef33;hpb=d0bef44ffe5b6f985f4ba6a718e08afb50f096c6 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);