git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Use inttypes.h rather than stdint.h.
@ 2007-01-25 21:11 Jason Riedy
  2007-01-25 21:54 ` Randal L. Schwartz
  2007-01-26  6:55 ` Simon 'corecode' Schubert
  0 siblings, 2 replies; 3+ messages in thread
From: Jason Riedy @ 2007-01-25 21:11 UTC (permalink / raw)
  To: git

Older Solaris machines lack stdint.h but have inttypes.h.
The standard has inttypes.h including stdint.h, so at worst
this pollutes the namespace a bit.

Signed-off-by: Jason Riedy <ejr@cs.berkeley.edu>
---
   There's a simple work-around (-I. and a symlink), so I'll
   understand if this is dropped for being too damn stupid.  But
   I'm pretty sure Solaris 5.8 is still widespread (relatively
   speaking).

 git-compat-util.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-compat-util.h b/git-compat-util.h
index bf3ceb8..c1bcb00 100644
--- a/git-compat-util.h
+++ b/git-compat-util.h
@@ -46,7 +46,7 @@
 #include <arpa/inet.h>
 #include <netdb.h>
 #include <pwd.h>
-#include <stdint.h>
+#include <inttypes.h>
 #undef _ALL_SOURCE /* AIX 5.3L defines a struct list with _ALL_SOURCE. */
 #include <grp.h>
 #define _ALL_SOURCE 1
-- 
1.5.0.rc1.g6f729

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

* Re: [PATCH] Use inttypes.h rather than stdint.h.
  2007-01-25 21:11 [PATCH] Use inttypes.h rather than stdint.h Jason Riedy
@ 2007-01-25 21:54 ` Randal L. Schwartz
  2007-01-26  6:55 ` Simon 'corecode' Schubert
  1 sibling, 0 replies; 3+ messages in thread
From: Randal L. Schwartz @ 2007-01-25 21:54 UTC (permalink / raw)
  To: Jason Riedy; +Cc: git

>>>>> "Jason" == Jason Riedy <ejr@EECS.Berkeley.EDU> writes:

Jason> Older Solaris machines lack stdint.h but have inttypes.h.
Jason> The standard has inttypes.h including stdint.h, so at worst
Jason> this pollutes the namespace a bit.

Heh... I just ran into this for $client.  Nice.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

* Re: [PATCH] Use inttypes.h rather than stdint.h.
  2007-01-25 21:11 [PATCH] Use inttypes.h rather than stdint.h Jason Riedy
  2007-01-25 21:54 ` Randal L. Schwartz
@ 2007-01-26  6:55 ` Simon 'corecode' Schubert
  1 sibling, 0 replies; 3+ messages in thread
From: Simon 'corecode' Schubert @ 2007-01-26  6:55 UTC (permalink / raw)
  To: Jason Riedy; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 581 bytes --]

Jason Riedy wrote:
> Older Solaris machines lack stdint.h but have inttypes.h.
> The standard has inttypes.h including stdint.h, so at worst
> this pollutes the namespace a bit.

my appologies for not researching enough.  thanks for this correction.

cheers
  simon

-- 
Serve - BSD     +++  RENT this banner advert  +++    ASCII Ribbon   /"\
Work - Mac      +++  space for low €€€ NOW!1  +++      Campaign     \ /
Party Enjoy Relax   |   http://dragonflybsd.org      Against  HTML   \
Dude 2c 2 the max   !   http://golden-apple.biz       Mail + News   / \


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

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

end of thread, other threads:[~2007-01-26  6:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-25 21:11 [PATCH] Use inttypes.h rather than stdint.h Jason Riedy
2007-01-25 21:54 ` Randal L. Schwartz
2007-01-26  6:55 ` Simon 'corecode' Schubert

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).