source: scripts/patches/net-tools-1.60-gcc4_fixes-1.patch @ c0cf39e

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

r625@server (orig r623): jim | 2005-10-31 12:43:24 -0800
Final Move

  • Property mode set to 100644
File size: 991 bytes
  • net-tools-1.

    Fixes "error: label at end of compound statement" issues
    diff -uNr net-tools-1.60-orig/hostname.c net-tools-1.60/hostname.c
    old new  
    9898            fprintf(stderr, _("%s: name too long\n"), program_name);
    9999            break;
    100100        default:
     101            ;
    101102        }
    102103        exit(1);
    103104    };
     
    117118            fprintf(stderr, _("%s: name too long\n"), program_name);
    118119            break;
    119120        default:
     121            ;
    120122        }
    121123        exit(1);
    122124    };
     
    174176        printf("%s\n", hp->h_name);
    175177        break;
    176178    default:
     179        ;
    177180    }
    178181}
    179182
  • lib/inet_sr.c

    diff -uNr net-tools-1.60-orig/lib/inet_sr.c net-tools-1.60/lib/inet_sr.c
    old new  
    105105    case 2:
    106106       isnet = 0; break;
    107107    default:
     108        ;
    108109    }
    109110
    110111    /* Fill in the other fields. */
Note: See TracBrowser for help on using the repository browser.