OpenSDE Packages Database (without history before r20070)
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.

40 lines
1.6 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../dietlibc/pivot-root.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. Just some missing pivot_root.S inclusions ...
  17. - Rene Rebe <rene@exactcode.de>
  18. --- dietlibc-0.28/arm/dyn_syscalls.S 2004-12-13 11:21:31.000000000 +0100
  19. +++ dietlibc-0.28-fixed/arm/dyn_syscalls.S 2005-02-03 21:26:56.431882216 +0100
  20. @@ -107,6 +107,7 @@
  21. #include "../syscalls.s/pause.S"
  22. #include "../syscalls.s/personality.S"
  23. #include "../syscalls.s/pipe.S"
  24. +#include "../syscalls.s/pivot_root.S"
  25. #include "../syscalls.s/poll.S"
  26. #include "../syscalls.s/query_module.S"
  27. #include "../syscalls.s/init_module.S"
  28. --- dietlibc-0.28/i386/dyn_syscalls.S 2005-01-28 17:04:54.000000000 +0100
  29. +++ dietlibc-0.28-fixed/i386/dyn_syscalls.S 2005-02-03 21:25:58.067754912 +0100
  30. @@ -60,6 +60,7 @@
  31. #include "../syscalls.s/mprotect.S"
  32. #include "../syscalls.s/nanosleep.S"
  33. #include "../syscalls.s/pipe.S"
  34. +#include "../syscalls.s/pivot_root.S"
  35. #include "../syscalls.s/poll.S"
  36. #include "../syscalls.s/readv.S"
  37. #include "../syscalls.s/stat.S"