diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-13 22:49:08 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-13 22:49:08 +0200 |
commit | 16635cc2e052897ce7c2d4989acd0b706c3ac3dd (patch) | |
tree | 35af25c96f7f6e6340c043a91b10f46593c6afce /testsuite | |
parent | a3dcee3e8a2d41e90cc235fd407dff9fe99d8604 (diff) | |
download | busybox-w32-16635cc2e052897ce7c2d4989acd0b706c3ac3dd.tar.gz busybox-w32-16635cc2e052897ce7c2d4989acd0b706c3ac3dd.tar.bz2 busybox-w32-16635cc2e052897ce7c2d4989acd0b706c3ac3dd.zip |
test, tcpsvd, tcpsvd: shrink
function old new delta
nexpr 825 826 +1
tcpudpsvd_main 1830 1822 -8
test_main 257 247 -10
binop 584 525 -59
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/3 up/down: 1/-77) Total: -76 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/makedevs.device_table.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/makedevs.device_table.txt b/testsuite/makedevs.device_table.txt index 4400083f8..88ac2092f 100644 --- a/testsuite/makedevs.device_table.txt +++ b/testsuite/makedevs.device_table.txt | |||
@@ -8,7 +8,7 @@ | |||
8 | # you can just add an entry like: | 8 | # you can just add an entry like: |
9 | # /sbin/foobar f 2755 0 0 - - - - - | 9 | # /sbin/foobar f 2755 0 0 - - - - - |
10 | # and (assuming the file /sbin/foobar exists) it will be made setuid | 10 | # and (assuming the file /sbin/foobar exists) it will be made setuid |
11 | # root (regardless of what its permissions are on the host filesystem. | 11 | # root (regardless of what its permissions are on the host filesystem). |
12 | # Furthermore, you can use a single table entry to create a many device | 12 | # Furthermore, you can use a single table entry to create a many device |
13 | # minors. For example, if I wanted to create /dev/hda and /dev/hda[0-15] | 13 | # minors. For example, if I wanted to create /dev/hda and /dev/hda[0-15] |
14 | # I could just use the following two table entries: | 14 | # I could just use the following two table entries: |