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