Dash:
[t2.git] / package / base / dietlibc / pivot-root.patch
blob349e7583942b73e28d037fdd410d357efa94a284
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../dietlibc/pivot-root.patch
5 # Copyright (C) 2004 - 2005 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 # --- T2-COPYRIGHT-NOTE-END ---
17 Just some missing pivot_root.S inclusions ...
19 - Rene Rebe <rene@exactcode.de>
21 --- dietlibc-0.28/arm/dyn_syscalls.S 2004-12-13 11:21:31.000000000 +0100
22 +++ dietlibc-0.28-fixed/arm/dyn_syscalls.S 2005-02-03 21:26:56.431882216 +0100
23 @@ -107,6 +107,7 @@
24 #include "../syscalls.s/pause.S"
25 #include "../syscalls.s/personality.S"
26 #include "../syscalls.s/pipe.S"
27 +#include "../syscalls.s/pivot_root.S"
28 #include "../syscalls.s/poll.S"
29 #include "../syscalls.s/query_module.S"
30 #include "../syscalls.s/init_module.S"
31 --- dietlibc-0.28/i386/dyn_syscalls.S 2005-01-28 17:04:54.000000000 +0100
32 +++ dietlibc-0.28-fixed/i386/dyn_syscalls.S 2005-02-03 21:25:58.067754912 +0100
33 @@ -60,6 +60,7 @@
34 #include "../syscalls.s/mprotect.S"
35 #include "../syscalls.s/nanosleep.S"
36 #include "../syscalls.s/pipe.S"
37 +#include "../syscalls.s/pivot_root.S"
38 #include "../syscalls.s/poll.S"
39 #include "../syscalls.s/readv.S"
40 #include "../syscalls.s/stat.S"