]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Path_Expand() expects its first argument to be writeable so put the
authorHartmut Brandt <harti@FreeBSD.org>
Tue, 10 May 2005 14:23:31 +0000 (14:23 +0000)
committerHartmut Brandt <harti@FreeBSD.org>
Tue, 10 May 2005 14:23:31 +0000 (14:23 +0000)
commit824060d705fc4b4090f9233f5f290434a3e7d32b
tree7cee8bfe8fbdc7a8ddf7b51fa81dfd8f1e010536
parent2046fd5f68ac6337bc2da3f4f49ac75a846812b7
Path_Expand() expects its first argument to be writeable so put the
default system directory into a writeable character array before passing
it to Path_Expand().

Submitted by: Max Okumoto <okumoto@ucsd.edu> (7.210)
usr.bin/make/main.c