From a4e44197ae0f6e237f118e5b30c01eb12c460ec4 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 1 Dec 1999 18:35:59 +0000 Subject: zsh-workers/8843 --- Src/compat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Src/compat.c') diff --git a/Src/compat.c b/Src/compat.c index 7af984799..a7e4069d8 100644 --- a/Src/compat.c +++ b/Src/compat.c @@ -106,7 +106,7 @@ strerror(int errnum) /**/ -char * +mod_export char * zgetdir(struct dirsav *d) { char nbuf[PATH_MAX+3]; @@ -258,7 +258,7 @@ zgetcwd(void) * faliliure and -2 when chdir failed and the current directory is lost. */ /**/ -int +mod_export int zchdir(char *dir) { char *s; @@ -313,7 +313,7 @@ zchdir(char *dir) /**/ #ifdef ZSH_64_BIT_TYPE /**/ -char * +mod_export char * output64(zlong val) { static char llbuf[DIGBUFSIZE]; -- cgit 1.4.1