1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2026-01-07 10:01:37 +01:00

zsh-3.1.5-pws-7

This commit is contained in:
Tanaka Akira 1999-04-15 18:14:01 +00:00
parent 7a40d6c258
commit 850fb2e7f9
35 changed files with 1137 additions and 507 deletions

View file

@ -148,6 +148,7 @@ parse_string(char *s)
return l;
}
/**/
#ifdef HAVE_GETRLIMIT
/* the resource limits for the shell and its children */
@ -184,6 +185,7 @@ setlimits(char *nam)
return ret;
}
/**/
#endif /* HAVE_GETRLIMIT */
/* fork and set limits */