diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-11 04:47:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:18 -0500 |
commit | cb487062c80c39eadfbedd97e86ae8339d036931 (patch) | |
tree | 6d604cfa2458eb75a2514d5619fb83e8cfe3fcfd /source4 | |
parent | 2d60d3b4927e582b17322abce925bf01ac0475d0 (diff) | |
download | samba-cb487062c80c39eadfbedd97e86ae8339d036931.tar.gz samba-cb487062c80c39eadfbedd97e86ae8339d036931.tar.bz2 samba-cb487062c80c39eadfbedd97e86ae8339d036931.zip |
r18359: better handling of child process killing in standard mode
(This used to be commit 3752cc2b5767950b26b57e79fa87a70f8d93173d)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/replace/libreplace.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4 index b87f2b12a7..060d0feefa 100644 --- a/source4/lib/replace/libreplace.m4 +++ b/source4/lib/replace/libreplace.m4 @@ -84,7 +84,7 @@ AC_CHECK_TYPES(long long) AC_FUNC_MEMCMP -AC_CHECK_FUNCS(pipe strftime srandom random srand rand usleep setbuffer lstat) +AC_CHECK_FUNCS(pipe strftime srandom random srand rand usleep setbuffer lstat getpgrp) AC_CHECK_HEADERS(stdbool.h stddef.h) |