X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fd.c;h=6f9266f47a56cd8dee3e99b8651d12a89bb4069b;hp=a0969e3e651a92983682f29f1ca375b214a6447a;hb=2d6e983de98d9d6382ed0b51a1723e15c40f3793;hpb=a365b8263a0d7a1673699bdf454677c95b38eb95 diff --git a/fd.c b/fd.c index a0969e3e..6f9266f4 100644 --- a/fd.c +++ b/fd.c @@ -446,7 +446,7 @@ int para_chdir(const char *path) * \sa getcwd(3). * */ -int para_opendir(const char *dirname, DIR **dir, int *cwd) +static int para_opendir(const char *dirname, DIR **dir, int *cwd) { int ret; @@ -480,7 +480,7 @@ close_cwd: * * \return Standard. */ -int para_fchdir(int fd) +static int para_fchdir(int fd) { if (fchdir(fd) < 0) return -ERRNO_TO_PARA_ERROR(errno);