Replace bzero with memset

This commit is contained in:
Miroslav Lichvar
2013-06-14 13:48:16 +02:00
parent 2d509eb8bd
commit 3d1be1cd75
3 changed files with 1 additions and 9 deletions

4
configure vendored
View File

@@ -298,10 +298,6 @@ case $SYSTEM in
EXTRA_CLI_LIBS="-lsocket -lnsl"
add_def SOLARIS
echo "Configuring for Solaris (" $SYSTEM "SunOS version" $VERSION ")"
if [ $VERSION = "5.3" ]; then
add_def HAS_NO_BZERO
echo "Using memset() instead of bzero()"
fi
;;
esac
;;