Author: Ric
Email: [EMAIL PROTECTED]
Message:
Hello,
I was looking at cache.c as matthew suggested,using 3.15 version
os is cobalt linux 6.0 on raq4i,It was suggested that I comment out
qsort()function at lines 899/890..I have tried to comment out these lines and get an 
install error during make..
These are the lines in question in cache.c

if(header.version!=UdmCalcCacheVersion()){
                                close(fd1);
                                fprintf(stderr,"Incorect cache file version\n");
                                continue;
                        }
                }
                
table=(UDM_CACHETABLE*)malloc((header.ntables+1)*sizeof(UDM_CACHETABLE));
                data_ofs=sizeof(header)+sizeof(UDM_CACHETABLE)*header.ntables;
                read(fd1,table,header.ntables*sizeof(UDM_CACHETABLE));
                qsort(&table,(size_t)header.ntables,sizeof(UDM_CACHETABLE),cmptable);
                
I have tried as I said to comment out any or all of these
no avail//what exactly did you comment out on yours and I will try it and let you know 
how it works..
Thanks Ric


Reply: <http://www.mnogosearch.org/board/message.php?id=2470>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to