Re: git-compat-util.h:735:13: error: conflicting types for 'inet_ntop'

2017-03-30 Thread Jeffrey Walton
On Thu, Mar 30, 2017 at 4:30 PM, Junio C Hamano wrote: > Jeffrey Walton writes: > >> On Wed, Mar 29, 2017 at 1:11 PM, Junio C Hamano wrote: >>> Jeffrey Walton writes: >>> Some more 2.12.2 testing on Solaris 11.3

Re: git-compat-util.h:735:13: error: conflicting types for 'inet_ntop'

2017-03-30 Thread Junio C Hamano
Jeffrey Walton writes: > On Wed, Mar 29, 2017 at 1:11 PM, Junio C Hamano wrote: >> Jeffrey Walton writes: >> >>> Some more 2.12.2 testing on Solaris 11.3 x86_64: >>> >>> $ make V=1 >>> gcc -o credential-store.o -c -MF

Re: git-compat-util.h:735:13: error: conflicting types for 'inet_ntop'

2017-03-30 Thread Jeffrey Walton
On Thu, Mar 30, 2017 at 4:06 PM, Jeffrey Walton wrote: > On Wed, Mar 29, 2017 at 1:11 PM, Junio C Hamano wrote: >> Jeffrey Walton writes: >> >>> Some more 2.12.2 testing on Solaris 11.3 x86_64: >>> >>> $ make V=1 >>> gcc -o

Re: git-compat-util.h:735:13: error: conflicting types for 'inet_ntop'

2017-03-30 Thread Jeffrey Walton
On Wed, Mar 29, 2017 at 1:11 PM, Junio C Hamano wrote: > Jeffrey Walton writes: > >> Some more 2.12.2 testing on Solaris 11.3 x86_64: >> >> $ make V=1 >> gcc -o credential-store.o -c -MF ./.depend/credential-store.o.d -MQ >> credential-store.o -MMD -MP

Re: git-compat-util.h:735:13: error: conflicting types for 'inet_ntop'

2017-03-29 Thread Junio C Hamano
Jeffrey Walton writes: > Some more 2.12.2 testing on Solaris 11.3 x86_64: > > $ make V=1 > gcc -o credential-store.o -c -MF ./.depend/credential-store.o.d -MQ > credential-store.o -MMD -MP -I/usr/local/include -m64 -m64 -I. > -D__EXTENSIONS__ -D__sun__ -DUSE_LIBPCRE

git-compat-util.h:735:13: error: conflicting types for 'inet_ntop'

2017-03-29 Thread Jeffrey Walton
/bash"' -DPAGER_ENV='"LESS=FRX LV=-c"' credential-store.c In file included from cache.h:4:0, from credential-store.c:1: git-compat-util.h:735:13: error: conflicting types for 'inet_ntop' const char *inet_ntop(int af, const void *src, char *dst, size_t size);