mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
871 B

  1. The usual label at end of compound statement fixes for gcc-3.4.
  2. - Rene Rebe <rene@rocklinux.org>
  3. --- ./lib/inet_sr.c.vanilla 2004-07-04 20:31:07.000000000 +0200
  4. +++ ./lib/inet_sr.c 2004-07-04 20:31:15.000000000 +0200
  5. @@ -104,7 +104,6 @@
  6. isnet = 1; break;
  7. case 2:
  8. isnet = 0; break;
  9. - default:
  10. }
  11. /* Fill in the other fields. */
  12. --- ./hostname.c.vanilla 2004-07-04 20:31:45.000000000 +0200
  13. +++ ./hostname.c 2004-07-04 20:32:07.000000000 +0200
  14. @@ -97,7 +97,6 @@
  15. case EINVAL:
  16. fprintf(stderr, _("%s: name too long\n"), program_name);
  17. break;
  18. - default:
  19. }
  20. exit(1);
  21. };
  22. @@ -116,7 +115,6 @@
  23. case EINVAL:
  24. fprintf(stderr, _("%s: name too long\n"), program_name);
  25. break;
  26. - default:
  27. }
  28. exit(1);
  29. };
  30. @@ -173,7 +171,6 @@
  31. *p = '\0';
  32. printf("%s\n", hp->h_name);
  33. break;
  34. - default:
  35. }
  36. }