Re: cygwin-latest: compile errors related to sockaddr_storage, dirent->d_type and dirent->d_ino
From: Petr Baudis <hidden>
Date: 2016-06-15 22:42:16
I actually forgot to look at the patch. Dear diary, on Wed, Jan 18, 2006 at 02:47:00PM CET, I got a letter where Alex Riesen [off-list ref] said that...
quoted hunk ↗ jump to hunk
Makefile | 2 +- daemon.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 59379c380a6c2829c5614aadd4a5492abb8d14c8diff --git a/Makefile b/Makefile index f6d9e0a..5782e2a 100644 --- a/Makefile +++ b/Makefile@@ -342,7 +342,7 @@ ifdef NO_MMAP COMPAT_OBJS += compat/mmap.o endif ifdef NO_IPV6 - ALL_CFLAGS += -DNO_IPV6 -Dsockaddr_storage=sockaddr_in + ALL_CFLAGS += -DNO_IPV6 -Dsockaddr_stg_git=sockaddr_in
+else + ALL_CFLAGS += -Dsockaddr_stg_git=sockaddr_storage
endif ifdef PPC_SHA1
But of course when this goes on, soon the gcc commandline will get really awfully ugly. This is why something _like_ autoconf is a good thing - you can just detect if the system headers provide the type and #define it only when they don't. Of course, inserting the #define to some .h file might work; I'm not sure if any of the relevant socket routines is permitted to be a macro which could expand to something - but even then, it's probably not very likely that it would break stuff in practice. -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz/ Of the 3 great composers Mozart tells us what it's like to be human, Beethoven tells us what it's like to be Beethoven and Bach tells us what it's like to be the universe. -- Douglas Adams