]> granicus.if.org Git - strace/commit
Replace MAXPATHLEN with PATH_MAX
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 21 Nov 2014 22:28:34 +0000 (22:28 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 21 Nov 2014 22:28:34 +0000 (22:28 +0000)
commit025b3581ae241150dfc8e24f6a7bae413f8c72b2
tree22f33f29395e08cb963aff70dc57c92a3bdedc93
parent5b88608b296c44c67ffa25900b8c2e496c2b41a4
Replace MAXPATHLEN with PATH_MAX

MAXPATHLEN is defined to PATH_MAX, so replace the former with the latter.

* strace.c (startup_child): Replace MAXPATHLEN with PATH_MAX.
* util.c (printpathn, printpath): Likewise.
strace.c
util.c