Found 18 matching messages (0.197 seconds). Page 1 of 1.
... . You're welcome. I use git on linux and cygwin so ... For reasons unknown, cygwin decided to use our sockaddr_storage. > >I haven ... leaving DT_* was just a >transient error and you would want ... top of that, they removed dirent->d_ino (or probably replaced it ...
git - Christopher Faylor - Jan 19 2006 - 12:10
... wrote: >For reasons unknown, cygwin decided to use our sockaddr_storage. >As it is redefined to sockaddr_in it'd cause compilation errors in >cygwin headers. Fixed by first patch, which uses a more git-related >name (can we claim rights for the ...
git - Christopher Faylor - Jan 19 2006 - 01:29
... >>For reasons unknown, cygwin decided to use our sockaddr_storage. I haven' ... leaving DT_* was just a transient error and you would want ... top of that, they removed dirent->d_ino (or probably replaced it ... the body of a message to majordomo@vger.kernel.org More ...
git - Junio C Hamano - Jan 19 2006 - 04:59
... enterprise which does not >>listen to or accept patches. > >Please, accept my ... defining __INSIDE_CYGWIN__ or __CYGWIN_USE_BIG_TYPES__) in dirent.h is the correct one. >" ... (sys/dirent.h)? Some with >different names (d_reserved?). And if cygwin is ...
git - Christopher Faylor - Jan 19 2006 - 14:31
... enterprise which does not > >>listen to or accept patches. > >Please, accept ... defining > __INSIDE_CYGWIN__ or __CYGWIN_USE_BIG_TYPES__) in dirent.h is the > correct one. ... (sys/dirent.h)? Some with > >different names (d_reserved?). And if cygwin ...
git - Alex Riesen - Jan 19 2006 - 18:08
... redefined to sockaddr_in it'd cause compilation errors in > cygwin headers. ... Alex, that the latest Cygwin now properly has sockaddr_storage. Signed-off- ... platform does not have struct +# sockaddr_storage. +# # Define COLLISION_CHECK below if you ...
git - Junio C Hamano - Jan 19 2006 - 21:13
... proprietary enterprise which does not listen > to or accept patches. Please, accept my ... only in fsck-objects.c Anyway, to workaround this I put > > > >COMPAT_CFLAGS += - ... .h (sys/dirent.h)? Some with different names (d_reserved?). And if cygwin is ...
git - Alex Riesen - Jan 19 2006 - 06:42
... ... > > For reasons unknown, cygwin decided to use our sockaddr_storage. > > As it is redefined to sockaddr_in it'd cause compilation errors in > > cygwin headers. Fixed ... patch, which uses a more git-related > > name (can we claim rights for the ...
git - Alex Riesen - Jan 19 2006 - 11:04
... For reasons unknown, cygwin decided to use our sockaddr_storage. > As it ... redefined to sockaddr_in it'd cause compilation errors in > cygwin headers ... which uses a more git-related > name (can we claim rights ... us what it's like to be human, Beethoven tells us ...
git - Petr Baudis - Jan 19 2006 - 08:51
... Christopher Faylor wrote: > > Btw, we're looking to roll out a new release ... > embarrassing typo in sockaddr_storage. It is fixed in cygwin snapshots: > > http://cygwin ... do that makes things easier? Linus - To unsubscribe from this list: send the ...
git - Linus Torvalds - Jan 19 2006 - 17:16
... Christopher Faylor wrote: >>Btw, we're looking to roll out a new release ... >>embarrassing typo in sockaddr_storage. It is fixed in cygwin >>snapshots: >> >>http://cygwin. ... for this type of thing. Cygwin's vfork implementation currently defaults to ...
git - Christopher Faylor - Jan 19 2006 - 17:28
... writes: >>>"They" probably would like to hear about any irregularities that ... I use git on linux and cygwin so I'm happy ... help. Btw, we're looking to roll out a new release ... embarrassing typo in sockaddr_storage. It is fixed in cygwin snapshots: http ...
git - Christopher Faylor - Jan 19 2006 - 16:34
... , as >__INSIDE_CYGWIN__ implies, move them into cygwin internal sources. >Would be less confusion and ... . If you really want to discuss this, the cygwin mailing list is a much better place for that. cgf - To unsubscribe from this list: send the line ...
git - Christopher Faylor - Jan 19 2006 - 18:51
... "-Dsockaddr_storage=sockaddr_in" from ALL_CFLAGS > seems to solve the problem for new Cygwin ... -Dsockaddr_storage=sockaddr_in should be tied to > NO_IPV6. Maybe a better approach would ... remains in effect on Cygwin. > > Comments? It compiles, I don't ...
git - Alex Riesen - Jan 20 2006 - 09:23
... I have a personal aversion to using them > since they are ... however, that > could be something to investigate. What about posix_spawn()? I ... assume posix_spawn() is basically trying to be them.. Does it work with cygwin if we try to convert some of ...
git - Linus Torvalds - Jan 19 2006 - 17:44
... , however, that >> could be something to investigate. > >What about posix_spawn()? I don ... >assume posix_spawn() is basically trying to be them.. Does it work with >cygwin if we try to convert some of ... for posix. I was going to mention it in my email ...
git - Christopher Faylor - Jan 19 2006 - 17:51
... += -DNO_IPV6 -Dsockaddr_stg_git=sockaddr_in +else + ALL_CFLAGS += -Dsockaddr_stg_git=sockaddr_storage > endif > > ifdef PPC_SHA1 But of course when ... any of the relevant socket routines is permitted to be a macro which could expand to ...
git - Petr Baudis - Jan 19 2006 - 09:00
... for you. It's just a fair amount of hard work badly done. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/ ...
git - Alex Riesen - Jan 19 2006 - 11:07