Update makepath to remove PATH_MAX usage
commitb49fc504acffa470cce31fb889723ecd86b314de
authorDan McGee <dan@archlinux.org>
Sun, 4 May 2008 23:39:22 +0000 (4 18:39 -0500)
committerDan McGee <dan@archlinux.org>
Sat, 10 May 2008 05:51:04 +0000 (10 00:51 -0500)
tree4d33ba65ac2acc007f811c7f29a3b11b4f7d77f5
parent2edd01a973f9695b6bb918ccdbaabd004058f578
Update makepath to remove PATH_MAX usage

The start of a few commits to remove some PATH_MAX usage from our code. Use
a dynamically allocated string instead.

Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/util.c
src/pacman/util.c