summaryrefslogtreecommitdiff
path: root/lib/replace/libreplace.m4
diff options
context:
space:
mode:
authorAndreas Schneider <asn@redhat.com>2010-02-19 11:27:56 +0100
committerStefan Metzmacher <metze@samba.org>2010-02-23 12:23:45 +0100
commit13e2f5f971eeaa7b342baeaee55ff52b089ac881 (patch)
tree9a829bef3bb7f529c95bbcb61c663f60a10e04dd /lib/replace/libreplace.m4
parent8ac0c9fc67c8c07d0680cb069677f58434dc893e (diff)
downloadsamba-13e2f5f971eeaa7b342baeaee55ff52b089ac881.tar.gz
samba-13e2f5f971eeaa7b342baeaee55ff52b089ac881.tar.bz2
samba-13e2f5f971eeaa7b342baeaee55ff52b089ac881.zip
libreplace: 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 'lib/replace/libreplace.m4')
-rw-r--r--lib/replace/libreplace.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/replace/libreplace.m4 b/lib/replace/libreplace.m4
index d7873dbb67..c8cd213b83 100644
--- a/lib/replace/libreplace.m4
+++ b/lib/replace/libreplace.m4
@@ -51,7 +51,6 @@ AC_SUBST(LIBREPLACEOBJ)
LIBREPLACEOBJ="${LIBREPLACEOBJ} $libreplacedir/snprintf.o"
-AC_TYPE_SIGNAL
AC_TYPE_UID_T
AC_TYPE_MODE_T
AC_TYPE_OFF_T