summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-01-14 08:26:54 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-01-14 08:26:54 +0000
commitd645041d6345ff2802dd2f06ebed1d8f456fee23 (patch)
tree78ecd30d1b5717559dca016ff5aed1b243c41991 /source3/lib
parent61b65aad1361e221828c7eabfdd16b42b1643eb3 (diff)
downloadsamba-d645041d6345ff2802dd2f06ebed1d8f456fee23.tar.gz
samba-d645041d6345ff2802dd2f06ebed1d8f456fee23.tar.bz2
samba-d645041d6345ff2802dd2f06ebed1d8f456fee23.zip
Merge from HEAD:
- remove useless #else - signed/unsigned fixes - use an fstring for LM hash buffer. Andrew Bartlett (This used to be commit c0fb53c31fd7341745d14640e761affc5dae5230)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/signal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/signal.c b/source3/lib/signal.c
index dceb3b53bc..bff4b91c1a 100644
--- a/source3/lib/signal.c
+++ b/source3/lib/signal.c
@@ -57,8 +57,6 @@ static void sig_cld_leave_status(int signum)
#if !defined(HAVE_SIGACTION)
CatchSignal(SIGCLD, sig_cld_leave_status);
-#else
- ;
#endif
}