bind: rename ptrsize to ptr_size in the code
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 22 Jan 2016 11:41:01 +0000 (08:41 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 26 Jan 2016 22:05:40 +0000 (23:05 +0100)
commit0b868e97e1a44fa8be9fa3875c583b5ebc78be89
treedfb3908c1861c8b411d760500162195d4d9e15d9
parentdcea65ea7f821b98f97e9187bd4392d665e5eb7d
bind: rename ptrsize to ptr_size in the code

uClibc in commit 70a04a28 #defined ptrsize globally in bits/setjmp.h for
mips. However this is a common variable name and causes build failure
for at least bind.
So rename ptrsize to ptr_size in bind to avoid this. Fixes:
http://autobuild.buildroot.net/results/a92/a92fa5dc5d9d6742d61d4d293f7eac97c5355dfe/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/bind/0003-Rename-ptrsize-to-ptr_size.patch [new file with mode: 0644]