svn commit: samba r18359 - in branches/SAMBA_4_0/source/lib/replace: .

tridge at samba.org tridge at samba.org
Mon Sep 11 04:47:48 GMT 2006


Author: tridge
Date: 2006-09-11 04:47:48 +0000 (Mon, 11 Sep 2006)
New Revision: 18359

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18359

Log:

better handling of child process killing in standard mode

Modified:
   branches/SAMBA_4_0/source/lib/replace/libreplace.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/libreplace.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2006-09-11 04:28:34 UTC (rev 18358)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2006-09-11 04:47:48 UTC (rev 18359)
@@ -84,7 +84,7 @@
 
 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)
 



More information about the samba-cvs mailing list