svn commit: trunk/busybox: e2fsprogs e2fsprogs/blkid e2fsprogs/ext2 etc...

Bernhard Fischer rep.nop at aon.at
Sat Jul 1 09:06:41 PDT 2006


On Sat, Jul 01, 2006 at 08:09:20AM -0700, rpjday at busybox.net wrote:
>Author: rpjday
>Date: 2006-07-01 08:09:17 -0700 (Sat, 01 Jul 2006)
>New Revision: 15573
>
>Log:
>Yet more "#if 0" content removed.
>
>
>Modified:
[]
>   trunk/busybox/scripts/objsizes
>
>
>Changeset:
[]
>Modified: trunk/busybox/scripts/objsizes
>===================================================================
>--- trunk/busybox/scripts/objsizes	2006-07-01 14:59:54 UTC (rev 15572)
>+++ trunk/busybox/scripts/objsizes	2006-07-01 15:09:17 UTC (rev 15573)
>@@ -4,5 +4,4 @@
> find -name '*.o' | sed 's:^\./::' | xargs size | grep '^ *[0-9]' \
> | while read text data bss dec hex filename; do
>     printf "%9d %11d %9d %9d %s\n" $((text+data)) $text $data $bss "$filename"
>-done \
>-| sort
>+done

Was that changed on purpose or are you also leaking stuff unintentionally?


More information about the busybox mailing list