diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-05-27 20:14:09 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-05-27 20:14:09 +0200 |
commit | 3c85ab716f46f4610db2638b34bafe5e6aaff8cf (patch) | |
tree | 2e96bf05308c6f5f44b2fe43f8157642b9725b99 /package/busybox/busybox-1.14.0-mdev.patch | |
parent | 3169b04725d45ed96059f0b14456b80ff1ac02df (diff) |
busybox: bump 1.14.x version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/busybox/busybox-1.14.0-mdev.patch')
-rw-r--r-- | package/busybox/busybox-1.14.0-mdev.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/busybox/busybox-1.14.0-mdev.patch b/package/busybox/busybox-1.14.0-mdev.patch deleted file mode 100644 index 21535b037..000000000 --- a/package/busybox/busybox-1.14.0-mdev.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- busybox-1.14.0/util-linux/mdev.c Tue Apr 14 23:23:04 2009 -+++ busybox-1.14.0-mdev/util-linux/mdev.c Mon May 4 19:58:47 2009 -@@ -181,7 +181,8 @@ - * the rest of fields unless keep_matching == 1 */ - - /* 2nd field: uid:gid - device ownership */ -- parse_chown_usergroup_or_die(&ugid, tokens[1]); -+ if (get_uidgid(&ugid, tokens[1], 1) == 0) -+ bb_error_msg("unknown user/group %s", tokens[1]); - - /* 3rd field: mode - device permissions */ - mode = strtoul(tokens[2], NULL, 8); |