看板 DFBSD_commit 關於我們 聯絡資訊
okumoto 2005/02/13 02:12:04 PST DragonFly src repository Modified files: usr.bin/make var.c Log: Copy input parameter 'char *str' pointer into two variables. One which is a 'const char *' pointer and the other a 'char *'. This way we can seperate out the code that actually modifies the input string. Revision Changes Path 1.88 +78 -76 src/usr.bin/make/var.c http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/var.c.diff?r1=1.87&r2=1.88&f=u