X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fd.c;h=6f9266f47a56cd8dee3e99b8651d12a89bb4069b;hp=a0969e3e651a92983682f29f1ca375b214a6447a;hb=1be583ecb090f391ae3d906444f11532978fc2c9;hpb=7584638594109184f329bead008f1dcdd9030767 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);