看板 DFBSD_submit 關於我們 聯絡資訊
This is a multi-part message in MIME format. --------------060602040804040500070508 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit --------------060602040804040500070508 Content-Type: text/plain; name="patch-6.1" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-6.1" diff -b -ru dfly-src/make/util.c fbsd-src/make/util.c --- dfly-src/make/util.c Wed Nov 17 04:21:44 2004 +++ fbsd-src/make/util.c Wed Nov 17 04:21:43 2004 @@ -250,11 +250,13 @@ return unlink(file); } - +/* + * Printaddr -- + * Print the address of a node, used as an interative function. + */ int PrintAddr(void *a, void *b __unused) { printf("%p ", a); return 0; } - --------------060602040804040500070508--