diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-08-03 06:19:53 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-03 12:20:37 +0200 |
commit | 7a2b0458f934478995f4f15c083173af0e3c16af (patch) | |
tree | 69a26f361788992512324e0ae01822aa2f365741 /meta-oe/recipes-core | |
parent | 4a8dece451c31bce1d6e7add0b5474c388df7749 (diff) | |
download | meta-openembedded-7a2b0458f934478995f4f15c083173af0e3c16af.tar.gz |
systemd: Refresh format-replace-m-uclibc.patch
This patch needed refresh against latest systemd sources
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r-- | meta-oe/recipes-core/systemd/systemd/format-replace-m-uclibc.patch | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd/format-replace-m-uclibc.patch b/meta-oe/recipes-core/systemd/systemd/format-replace-m-uclibc.patch index 3b9ed31d7..48f870bec 100644 --- a/meta-oe/recipes-core/systemd/systemd/format-replace-m-uclibc.patch +++ b/meta-oe/recipes-core/systemd/systemd/format-replace-m-uclibc.patch | |||
@@ -9,9 +9,9 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
9 | 9 | ||
10 | Index: git/src/mount-setup.c | 10 | Index: git/src/mount-setup.c |
11 | =================================================================== | 11 | =================================================================== |
12 | --- git.orig/src/mount-setup.c 2011-07-03 08:24:43.892018457 -0700 | 12 | --- git.orig/src/mount-setup.c 2011-08-02 11:28:04.000000000 -0700 |
13 | +++ git/src/mount-setup.c 2011-07-03 08:35:23.592956700 -0700 | 13 | +++ git/src/mount-setup.c 2011-08-02 11:29:52.818915041 -0700 |
14 | @@ -147,10 +147,11 @@ | 14 | @@ -172,10 +172,11 @@ |
15 | 15 | ||
16 | for (;;) { | 16 | for (;;) { |
17 | MountPoint p; | 17 | MountPoint p; |
@@ -25,7 +25,7 @@ Index: git/src/mount-setup.c | |||
25 | 25 | ||
26 | if (feof(f)) | 26 | if (feof(f)) |
27 | break; | 27 | break; |
28 | @@ -161,12 +162,10 @@ | 28 | @@ -186,12 +187,10 @@ |
29 | } | 29 | } |
30 | 30 | ||
31 | if (!enabled) { | 31 | if (!enabled) { |
@@ -38,18 +38,18 @@ Index: git/src/mount-setup.c | |||
38 | r = -ENOMEM; | 38 | r = -ENOMEM; |
39 | goto finish; | 39 | goto finish; |
40 | } | 40 | } |
41 | @@ -180,7 +179,6 @@ | 41 | @@ -205,7 +204,6 @@ |
42 | p.fatal = false; | 42 | p.fatal = false; |
43 | 43 | ||
44 | r = mount_one(&p); | 44 | r = mount_one(&p, true); |
45 | - free(controller); | 45 | - free(controller); |
46 | free(where); | 46 | free(where); |
47 | 47 | ||
48 | if (r < 0) | 48 | if (r < 0) |
49 | Index: git/src/socket-util.c | 49 | Index: git/src/socket-util.c |
50 | =================================================================== | 50 | =================================================================== |
51 | --- git.orig/src/socket-util.c 2011-07-03 08:24:43.892018457 -0700 | 51 | --- git.orig/src/socket-util.c 2011-08-02 11:28:04.000000000 -0700 |
52 | +++ git/src/socket-util.c 2011-07-03 08:25:38.242098176 -0700 | 52 | +++ git/src/socket-util.c 2011-08-02 11:28:16.178773302 -0700 |
53 | @@ -192,7 +192,7 @@ | 53 | @@ -192,7 +192,7 @@ |
54 | int socket_address_parse_netlink(SocketAddress *a, const char *s) { | 54 | int socket_address_parse_netlink(SocketAddress *a, const char *s) { |
55 | int family; | 55 | int family; |
@@ -80,8 +80,8 @@ Index: git/src/socket-util.c | |||
80 | 80 | ||
81 | Index: git/src/cryptsetup-generator.c | 81 | Index: git/src/cryptsetup-generator.c |
82 | =================================================================== | 82 | =================================================================== |
83 | --- git.orig/src/cryptsetup-generator.c 2011-07-03 08:24:43.892018457 -0700 | 83 | --- git.orig/src/cryptsetup-generator.c 2011-08-02 11:28:04.000000000 -0700 |
84 | +++ git/src/cryptsetup-generator.c 2011-07-03 08:25:38.252098188 -0700 | 84 | +++ git/src/cryptsetup-generator.c 2011-08-02 11:28:16.458773716 -0700 |
85 | @@ -260,7 +260,7 @@ | 85 | @@ -260,7 +260,7 @@ |
86 | 86 | ||
87 | for (;;) { | 87 | for (;;) { |
@@ -115,8 +115,8 @@ Index: git/src/cryptsetup-generator.c | |||
115 | finish: | 115 | finish: |
116 | Index: git/src/swap.c | 116 | Index: git/src/swap.c |
117 | =================================================================== | 117 | =================================================================== |
118 | --- git.orig/src/swap.c 2011-07-03 08:24:43.892018457 -0700 | 118 | --- git.orig/src/swap.c 2011-08-02 11:28:04.000000000 -0700 |
119 | +++ git/src/swap.c 2011-07-03 08:34:20.512864178 -0700 | 119 | +++ git/src/swap.c 2011-08-02 11:28:16.488773760 -0700 |
120 | @@ -1043,11 +1043,12 @@ | 120 | @@ -1043,11 +1043,12 @@ |
121 | (void) fscanf(m->proc_swaps, "%*s %*s %*s %*s %*s\n"); | 121 | (void) fscanf(m->proc_swaps, "%*s %*s %*s %*s %*s\n"); |
122 | 122 | ||
@@ -147,9 +147,9 @@ Index: git/src/swap.c | |||
147 | return -ENOMEM; | 147 | return -ENOMEM; |
148 | Index: git/src/tmpfiles.c | 148 | Index: git/src/tmpfiles.c |
149 | =================================================================== | 149 | =================================================================== |
150 | --- git.orig/src/tmpfiles.c 2011-07-03 08:24:43.892018457 -0700 | 150 | --- git.orig/src/tmpfiles.c 2011-08-02 11:28:04.000000000 -0700 |
151 | +++ git/src/tmpfiles.c 2011-07-03 08:25:38.272098222 -0700 | 151 | +++ git/src/tmpfiles.c 2011-08-02 11:28:16.488773760 -0700 |
152 | @@ -66,7 +66,7 @@ | 152 | @@ -67,7 +67,7 @@ |
153 | typedef struct Item { | 153 | typedef struct Item { |
154 | char type; | 154 | char type; |
155 | 155 | ||
@@ -158,7 +158,7 @@ Index: git/src/tmpfiles.c | |||
158 | uid_t uid; | 158 | uid_t uid; |
159 | gid_t gid; | 159 | gid_t gid; |
160 | mode_t mode; | 160 | mode_t mode; |
161 | @@ -619,7 +619,6 @@ | 161 | @@ -664,7 +664,6 @@ |
162 | static void item_free(Item *i) { | 162 | static void item_free(Item *i) { |
163 | assert(i); | 163 | assert(i); |
164 | 164 | ||
@@ -166,7 +166,7 @@ Index: git/src/tmpfiles.c | |||
166 | free(i); | 166 | free(i); |
167 | } | 167 | } |
168 | 168 | ||
169 | @@ -654,7 +653,7 @@ | 169 | @@ -699,7 +698,7 @@ |
170 | 170 | ||
171 | static int parse_line(const char *fname, unsigned line, const char *buffer) { | 171 | static int parse_line(const char *fname, unsigned line, const char *buffer) { |
172 | Item *i, *existing; | 172 | Item *i, *existing; |
@@ -175,7 +175,7 @@ Index: git/src/tmpfiles.c | |||
175 | Hashmap *h; | 175 | Hashmap *h; |
176 | int r; | 176 | int r; |
177 | 177 | ||
178 | @@ -669,17 +668,17 @@ | 178 | @@ -714,17 +713,17 @@ |
179 | 179 | ||
180 | if (sscanf(buffer, | 180 | if (sscanf(buffer, |
181 | "%c " | 181 | "%c " |
@@ -202,7 +202,7 @@ Index: git/src/tmpfiles.c | |||
202 | log_error("[%s:%u] Syntax error.", fname, line); | 202 | log_error("[%s:%u] Syntax error.", fname, line); |
203 | r = -EIO; | 203 | r = -EIO; |
204 | goto finish; | 204 | goto finish; |
205 | @@ -793,11 +792,6 @@ | 205 | @@ -825,11 +824,6 @@ |
206 | r = 0; | 206 | r = 0; |
207 | 207 | ||
208 | finish: | 208 | finish: |
@@ -216,8 +216,8 @@ Index: git/src/tmpfiles.c | |||
216 | 216 | ||
217 | Index: git/src/mount.c | 217 | Index: git/src/mount.c |
218 | =================================================================== | 218 | =================================================================== |
219 | --- git.orig/src/mount.c 2011-07-03 08:24:43.892018457 -0700 | 219 | --- git.orig/src/mount.c 2011-08-02 11:28:04.000000000 -0700 |
220 | +++ git/src/mount.c 2011-07-03 08:33:43.112809328 -0700 | 220 | +++ git/src/mount.c 2011-08-02 11:28:16.488773760 -0700 |
221 | @@ -24,6 +24,7 @@ | 221 | @@ -24,6 +24,7 @@ |
222 | #include <mntent.h> | 222 | #include <mntent.h> |
223 | #include <sys/epoll.h> | 223 | #include <sys/epoll.h> |
@@ -304,8 +304,8 @@ Index: git/src/mount.c | |||
304 | free(o); | 304 | free(o); |
305 | Index: git/src/umount.c | 305 | Index: git/src/umount.c |
306 | =================================================================== | 306 | =================================================================== |
307 | --- git.orig/src/umount.c 2011-07-03 08:24:43.892018457 -0700 | 307 | --- git.orig/src/umount.c 2011-08-02 11:28:04.000000000 -0700 |
308 | +++ git/src/umount.c 2011-07-03 08:33:06.732755969 -0700 | 308 | +++ git/src/umount.c 2011-08-02 11:28:16.498773772 -0700 |
309 | @@ -60,7 +60,9 @@ | 309 | @@ -60,7 +60,9 @@ |
310 | 310 | ||
311 | static int mount_points_list_get(MountPoint **head) { | 311 | static int mount_points_list_get(MountPoint **head) { |