author | Ramsay Allan Jones <ramsay@ramsay1.demon.co.uk> | |
Sun, 30 Jul 2006 16:00:40 +0000 (17:00 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 2 Aug 2006 07:27:18 +0000 (00:27 -0700) | ||
commit | 8e76483ce0ce256b01345abc4ca97b1f94aed354 | |
tree | a9304c1365a1a0d8bc5e42fde9babf5d71b1d5ff | tree | snapshot |
parent | 579d1fbfaf25550254014fa472faac95f88eb779 | commit | diff |
Fix header breakage due to redefining PATH_MAX.
The header builtin.h was, incorrectly, redefining PATH_MAX which
causes a header order dependency in builtin-write-tree.c. The fix
is to simply include <limits.h> directly to obtain the correct
definition of PATH_MAX.
Signed-off-by: Ramsay Allan Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
The header builtin.h was, incorrectly, redefining PATH_MAX which
causes a header order dependency in builtin-write-tree.c. The fix
is to simply include <limits.h> directly to obtain the correct
definition of PATH_MAX.
Signed-off-by: Ramsay Allan Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin.h | diff | blob | history |