Browse Source
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>maint
Ramsay Allan Jones
19 years ago
committed by
Junio C Hamano
1 changed files with 1 additions and 4 deletions
Loading…
Reference in new issue