X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=fd.c;h=66b3cc057225eeebbd9a7598977082392773f7f3;hb=560d397a66ba141f18e13557feae78ca94a25f98;hp=e661e71fa32d2c20d92f558f9f40f62f576b9ba1;hpb=e505632b96561200b3d5d308b14b853d48952aab;p=adu.git diff --git a/fd.c b/fd.c index e661e71..66b3cc0 100644 --- a/fd.c +++ b/fd.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2008 Andre Noll + * Copyright (C) 2006-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -124,7 +124,7 @@ out: * * \return Standard. */ -int __chdir(const char *path) +static int __chdir(const char *path) { int ret = chdir(path);