From f33b69753d7939a08003bfe4763baafe8b4aa96b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 19 Feb 2010 15:33:40 +0100 Subject: [PATCH] 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. --- source3/include/smb.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source3/include/smb.h b/source3/include/smb.h index 041c96badad..de998cbe0a7 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 -- 2.34.1