看板 DFBSD_commit 關於我們 聯絡資訊
okumoto 2005/02/14 01:58:28 PST DragonFly src repository Modified files: usr.bin/make var.c Log: - Changed type of vlen from int to size_t. - Replaced usage of function scope variable 'rw_str' with vname from a local scope. This makes it clear that the value in rw_str is dead. Revision Changes Path 1.90 +18 -17 src/usr.bin/make/var.c http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/var.c.diff?r1=1.89&r2=1.90&f=u