From: pascalek Date: Tue, 5 Nov 2002 09:04:08 +0000 (+0000) Subject: - gcc 2.x patch X-Git-Tag: RA-1_0 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdctc.git;a=commitdiff_plain;h=66930edfb68cc6f7365fe7d4afd32b295da25262 - gcc 2.x patch Changed files: dctc-gcc2.patch -> 1.1 --- diff --git a/dctc-gcc2.patch b/dctc-gcc2.patch new file mode 100644 index 0000000..41614ca --- /dev/null +++ b/dctc-gcc2.patch @@ -0,0 +1,12 @@ +diff -Nur dctc-0.83.7.orig/src/userinfo.c dctc-0.83.7.chng/src/userinfo.c +--- dctc-0.83.7.orig/src/userinfo.c Wed Oct 30 16:49:57 2002 ++++ dctc-0.83.7.chng/src/userinfo.c Tue Nov 5 10:06:37 2002 +@@ -99,7 +99,7 @@ + + if(idx!=-1) + { +- printf("doing: %d\n",idx); ++// printf("doing: %d\n",idx); + /* 1) the entry already exists, just update it */ + /* 2) the entry does not exist but there is free space to add it */ + LMP_UINFO *udp=&(((LMP_UINFO*)(local_dctc_user_info_lmp->mapped_addr))[idx]);