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