From 66930edfb68cc6f7365fe7d4afd32b295da25262 Mon Sep 17 00:00:00 2001 From: pascalek Date: Tue, 5 Nov 2002 09:04:08 +0000 Subject: [PATCH] - gcc 2.x patch Changed files: dctc-gcc2.patch -> 1.1 --- dctc-gcc2.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dctc-gcc2.patch 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]); -- 2.43.0