author | Jason Riedy <ejr@EECS.Berkeley.EDU> | |
Thu, 25 Jan 2007 21:11:40 +0000 (13:11 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 26 Jan 2007 08:03:23 +0000 (00:03 -0800) | ||
commit | 007e2ba65902b484fc65a313e54594a009841740 | |
tree | 6aa04ca951ae0fef99ce3260e2b3e97398ad5852 | tree | snapshot |
parent | af67e91c39aff2d955e9c325c6c4e843d5faef60 | commit | diff |
Use inttypes.h rather than stdint.h.
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>
Signed-off-by: Junio C Hamano <junkio@cox.net>
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>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-compat-util.h | diff | blob | history |