diff options
Diffstat (limited to 'Src/exec.c')
-rw-r--r-- | Src/exec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/exec.c b/Src/exec.c index e563db6a4..bb331f426 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -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 */ |