diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-04-29 06:53:55 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-04-29 06:53:55 +0000 |
commit | 8fdb0e25e683b26990cb9d9a4c14e5422d7a3834 (patch) | |
tree | fac77f1532268b3eb132eb9ff094d13e71ed1231 /package/busybox/busybox-1.10.1-pidof.patch | |
parent | 509fe4a6de108464aed16e7b49aa44e779c5e11a (diff) | |
download | buildroot-novena-8fdb0e25e683b26990cb9d9a4c14e5422d7a3834.tar.gz buildroot-novena-8fdb0e25e683b26990cb9d9a4c14e5422d7a3834.zip |
busybox: 1.10.1 patches
Diffstat (limited to 'package/busybox/busybox-1.10.1-pidof.patch')
-rw-r--r-- | package/busybox/busybox-1.10.1-pidof.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/busybox/busybox-1.10.1-pidof.patch b/package/busybox/busybox-1.10.1-pidof.patch new file mode 100644 index 000000000..edfe0f074 --- /dev/null +++ b/package/busybox/busybox-1.10.1-pidof.patch @@ -0,0 +1,11 @@ +--- busybox-1.10.1/libbb/procps.c Sat Apr 19 05:50:33 2008 ++++ busybox-1.10.1-pidof/libbb/procps.c Sat Apr 26 01:18:32 2008 +@@ -258,7 +258,7 @@ + &sp->start_time, + &vsz, + &rss); +- if (n != 10) ++ if (n != 11) + break; + /* vsz is in bytes and we want kb */ + sp->vsz = vsz >> 10; |