]> git.pld-linux.org Git - packages/dctc.git/blob - dctc-gcc2.patch
- gcc 2.x patch
[packages/dctc.git] / dctc-gcc2.patch
1 diff -Nur dctc-0.83.7.orig/src/userinfo.c dctc-0.83.7.chng/src/userinfo.c
2 --- dctc-0.83.7.orig/src/userinfo.c     Wed Oct 30 16:49:57 2002
3 +++ dctc-0.83.7.chng/src/userinfo.c     Tue Nov  5 10:06:37 2002
4 @@ -99,7 +99,7 @@
5  
6         if(idx!=-1)
7         {
8 -               printf("doing: %d\n",idx);
9 +//             printf("doing: %d\n",idx);
10                 /* 1) the entry already exists, just update it */
11                 /* 2) the entry does not exist but there is free space to add it */
12                 LMP_UINFO *udp=&(((LMP_UINFO*)(local_dctc_user_info_lmp->mapped_addr))[idx]);
This page took 0.048408 seconds and 3 git commands to generate.