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.

52 lines
1.7 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_tar.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. --- ./lib/msleep.c.orig Wed May 1 14:02:11 2002
  20. +++ ./lib/msleep.c Wed May 1 14:02:59 2002
  21. @@ -35,9 +35,6 @@
  22. #endif
  23. #if HAVE_POLL
  24. -# if HAVE_STROPTS_H
  25. -# include <stropts.h>
  26. -# endif
  27. # if HAVE_POLL_H
  28. # include <sys/types.h>
  29. # include <poll.h>
  30. --- ./configure.orig 2002-10-09 12:39:31.000000000 +0200
  31. +++ ./configure 2002-10-09 12:39:35.000000000 +0200
  32. @@ -2073,6 +2073,7 @@
  33. FILE *f=fopen("conftestval", "w");
  34. if (!f) exit(1);
  35. fprintf(f, "%d\n", sizeof(unsigned long));
  36. + fclose(f);
  37. exit(0);
  38. }
  39. EOF
  40. --- ./configure~ Mon Jan 6 21:29:53 2003
  41. +++ ./configure Mon Jan 6 21:37:05 2003
  42. @@ -2134,7 +2134,7 @@
  43. #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
  44. EOF
  45. -
  46. +ac_cv_header_sgtty_h=no
  47. for ac_hdr in fcntl.h limits.h linux/fd.h memory.h net/errno.h poll.h \
  48. sgtty.h string.h stropts.h \