diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-28 20:53:52 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-28 20:53:52 +0000 |
commit | a7b15eac144ce8af082b8e9bf9a8586cc3ea00f7 (patch) | |
tree | 8586433e6e25def2d17a2374db15cce76b7d5a3a /package/busybox/busybox-1.11.0-ip.patch | |
parent | 1b6794b25383f4220237d9ee81dd3abede31f56f (diff) | |
download | buildroot-novena-a7b15eac144ce8af082b8e9bf9a8586cc3ea00f7.tar.gz buildroot-novena-a7b15eac144ce8af082b8e9bf9a8586cc3ea00f7.zip |
busybox: 1.11.0 fixes
Diffstat (limited to 'package/busybox/busybox-1.11.0-ip.patch')
-rw-r--r-- | package/busybox/busybox-1.11.0-ip.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/busybox/busybox-1.11.0-ip.patch b/package/busybox/busybox-1.11.0-ip.patch new file mode 100644 index 000000000..0cac617ed --- /dev/null +++ b/package/busybox/busybox-1.11.0-ip.patch @@ -0,0 +1,12 @@ +--- busybox-1.11.0/libbb/print_flags.c Wed Jun 25 14:51:32 2008 ++++ busybox-1.11.0-ip/libbb/print_flags.c Fri Jun 27 00:39:16 2008 +@@ -19,8 +19,8 @@ + labels); + need_separator = separator; + flags &= ~ *masks; +- masks++; + } ++ masks++; + labels += strlen(labels) + 1; + } + return flags; |