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.

56 lines
1.9 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/base/dietlibc/pkg_patch/pkg_bash.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./locale.c~ Tue Jul 30 19:26:16 2002
  20. +++ ./locale.c Tue Jul 30 19:25:47 2002
  21. @@ -190,7 +190,11 @@
  22. set_lang (var, value)
  23. char *var, *value;
  24. {
  25. - return ((lc_all == 0 || *lc_all == 0) ? setlocale (LC_ALL, value?value:"") != NULL : 0);
  26. +#if 0
  27. + return ((lc_all == 0 || *lc_all == 0) ? setlocale (LC_ALL, value?value:"") != NULL : 0);
  28. +#else
  29. + return 0;
  30. +#endif
  31. }
  32. /* Get the value of one of the locale variables (LC_MESSAGES, LC_CTYPE) */
  33. --- ./lib/sh/oslib.c.orig Sat May 11 18:10:48 2002
  34. +++ ./lib/sh/oslib.c Sat May 11 18:11:17 2002
  35. @@ -214,7 +214,7 @@
  36. # endif /* !HAVE_UNAME */
  37. #endif /* !HAVE_GETHOSTNAME */
  38. -#if !defined (HAVE_KILLPG)
  39. +#if 0
  40. int
  41. killpg (pgrp, sig)
  42. pid_t pgrp;
  43. --- ./support/mksignames.c.orig 2002-10-09 12:19:12.000000000 +0200
  44. +++ ./support/mksignames.c 2002-10-09 12:20:58.000000000 +0200
  45. @@ -426,5 +426,7 @@
  46. initialize_signames ();
  47. write_signames (stream);
  48. +
  49. + if (argc == 2) fclose(stream);
  50. exit (0);
  51. }
  52. Binary files ./mksignames.orig and ./mksignames differ