git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Improve portability for OpenSolaris
@ 2008-08-27 17:39 David Soria Parra
  2008-08-27 17:39 ` [PATCH 1/2] Improvate portability: Display pid_t's always as long David Soria Parra
  0 siblings, 1 reply; 9+ messages in thread
From: David Soria Parra @ 2008-08-27 17:39 UTC (permalink / raw)
  To: git

This small patch series fixes some compile warnings on OpenSolaris/Solaris.
As pid_t is a long on Solaris, I changed the output of fprintf&co to longs
and cast pids to long, so that we are safe on the solaris

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-08-31  7:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-27 17:39 [PATCH 0/2] Improve portability for OpenSolaris David Soria Parra
2008-08-27 17:39 ` [PATCH 1/2] Improvate portability: Display pid_t's always as long David Soria Parra
2008-08-27 17:39   ` [PATCH 2/2] Improve portability: Avoid SS constant as it is already defined David Soria Parra
2008-08-27 18:56     ` Junio C Hamano
2008-08-27 19:17       ` Junio C Hamano
2008-08-28  0:34         ` David Soria Parra
2008-08-27 19:03   ` [PATCH 1/2] Improvate portability: Display pid_t's always as long Junio C Hamano
2008-08-30 20:40     ` David Soria Parra
2008-08-31  7:15       ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).