source: patches/yaboot-1.3.13-fix-1.patch @ f99d122

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since f99d122 was 69cde8d, checked in by Jim Gifford <clfs@…>, 18 years ago

Added: All patches needed for the book.

  • Property mode set to 100644
File size: 578 bytes
  • lib/strstr.c

    Submitted By: Jeremy Huntwork <jhuntwork@linuxfromscratch.org>
    Date: 2005-03-23
    Initial Package Version: 1.3.13
    Upstream Status: Applied
    Origin: Jeremy Huntwork
    Description: Fixes Compile Error.
    
    diff -Naur yaboot-1.3.13.orig/lib/strstr.c yaboot-1.3.13/lib/strstr.c
    old new  
    7676              a = *++haystack;
    7777              if (a == '\0')
    7878                goto ret0;
    79 shloop:     }
     79shloop:
     80                a = a;
     81        }
    8082          while (a != b);
    8183
    8284jin:      a = *++haystack;
Note: See TracBrowser for help on using the repository browser.