summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndreas Schneider <asn@redhat.com>2010-02-19 15:33:40 +0100
committerStefan Metzmacher <metze@samba.org>2010-02-23 12:23:43 +0100
commitf33b69753d7939a08003bfe4763baafe8b4aa96b (patch)
tree31daedff06635e45ddedee4ada6e79af9d8daacf /source3
parentc6c21f489d1288326ee2511d173af2dd7430e62b (diff)
downloadsamba-f33b69753d7939a08003bfe4763baafe8b4aa96b.tar.gz
samba-f33b69753d7939a08003bfe4763baafe8b4aa96b.tar.bz2
samba-f33b69753d7939a08003bfe4763baafe8b4aa96b.zip
s3-smb: Remove the obsolete signal type cast.
AC_SIGNAL_TYPE is already obsolete in autoconf. C89 requires signal handlers to return void, only K&R returned int.
Diffstat (limited to 'source3')
-rw-r--r--source3/include/smb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 041c96bada..de998cbe0a 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1469,10 +1469,6 @@ extern int dcelogin_atmost_once;
char *strdup(char *s);
#endif
-#ifndef SIGNAL_CAST
-#define SIGNAL_CAST (RETSIGTYPE (*)(int))
-#endif
-
#ifndef SELECT_CAST
#define SELECT_CAST
#endif