]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUILD] fix a minor build warning on AIX
authorWilly Tarreau <w@1wt.eu>
Thu, 23 Jul 2009 11:40:20 +0000 (13:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 26 Jul 2009 15:41:23 +0000 (17:41 +0200)
commita16d36b34ef73efe74b09ff099198ceb2885590e
treeadb92a4c1744b24d56fed83d46c98a4341016082
parent69510962ad98666ed41d18c729df0a58952546cf
[BUILD] fix a minor build warning on AIX

AIX wants string.h in signal.c (and is right to do so) :

gcc -Iinclude -Wall  -O2 -g       -DTPROXY -DENABLE_POLL  -DCONFIG_HAPROXY_VERSION=\"1.3.18\" -DCONFIG_HAPROXY_DATE=\"2009/05/10\" -c -o src/signal.o src/signal.c
src/signal.c: In function 'signal_init':
src/signal.c:32: warning: implicit declaration of function 'memset'
src/signal.c:32: warning: incompatible implicit declaration of built-in function 'memset'
(cherry picked from commit be8c736cca24f3981a3e9dee868605ae76b9565c)
src/signal.c