summaryrefslogtreecommitdiff
path: root/source3/lib/replace/system
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-11-29 23:20:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:15 -0500
commited34ffb14792cc47ca1af5ffeb076f3c2d7f28dc (patch)
treef2cdb0d12e201655161b5a3973331cae1edaca17 /source3/lib/replace/system
parent5893c0215d1c72ea9063b5e609d1c880dea0f1e8 (diff)
downloadsamba-ed34ffb14792cc47ca1af5ffeb076f3c2d7f28dc.tar.gz
samba-ed34ffb14792cc47ca1af5ffeb076f3c2d7f28dc.tar.bz2
samba-ed34ffb14792cc47ca1af5ffeb076f3c2d7f28dc.zip
r19957: Initial framework to make winbindd robust
against tdb corruption. Needs fleshing out (and I forgot one record type) and needs helpful suggestion from Volker to validate freelist, but should give an idea of how this will look. Jeremy. (This used to be commit 8eb53f74e414483afde7b1e38ea2a3f56ae3ec66)
Diffstat (limited to 'source3/lib/replace/system')
-rw-r--r--source3/lib/replace/system/wait.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/replace/system/wait.h b/source3/lib/replace/system/wait.h
index c2041a5938..47e3e84bb1 100644
--- a/source3/lib/replace/system/wait.h
+++ b/source3/lib/replace/system/wait.h
@@ -36,4 +36,6 @@
#define SIGNAL_CAST (RETSIGTYPE (*)(int))
#endif
+#include <setjmp.h>
+
#endif