オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /trunk/1.6.x/ccs-patch/patches/ccs-patch-2.6.18-debian-etch.diff

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2299 by kumaneko, Mon Mar 23 06:08:10 2009 UTC revision 2300 by kumaneko, Mon Mar 23 07:18:52 2009 UTC
# Line 380  Source code for this patch is "apt-get i Line 380  Source code for this patch is "apt-get i
380                  goto out;                  goto out;
381    
382  -       retval = search_binary_handler(bprm, regs);  -       retval = search_binary_handler(bprm, regs);
383  +       retval = search_binary_handler_with_transition(bprm, regs);  +       retval = ccs_search_binary_handler(bprm, regs);
384          if (retval >= 0) {          if (retval >= 0) {
385                  free_arg_pages(bprm);                  free_arg_pages(bprm);
386    
# Line 430  Source code for this patch is "apt-get i Line 430  Source code for this patch is "apt-get i
430                  goto out;                  goto out;
431    
432  -       retval = search_binary_handler(bprm,regs);  -       retval = search_binary_handler(bprm,regs);
433  +       retval = search_binary_handler_with_transition(bprm, regs);  +       retval = ccs_search_binary_handler(bprm, regs);
434  +  +
435          if (retval >= 0) {          if (retval >= 0) {
436                  free_arg_pages(bprm);                  free_arg_pages(bprm);

Legend:
Removed from v.2299  
changed lines
  Added in v.2300

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26