wok-4.x rev 617
busybox: typos (patch compatibility busybox/patch 1.7.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 19 11:55:34 2008 +0000 (2008-04-19) |
parents | 88f5faeafae6 |
children | 552d9bd2b795 |
files | busybox/stuff/busybox-1.10.0-vcsa2txt.u |
line diff
1.1 --- a/busybox/stuff/busybox-1.10.0-vcsa2txt.u Sat Apr 19 13:35:04 2008 +0200 1.2 +++ b/busybox/stuff/busybox-1.10.0-vcsa2txt.u Sat Apr 19 11:55:34 2008 +0000 1.3 @@ -25,7 +25,7 @@ 1.4 #define vi_trivial_usage \ 1.5 "[OPTION] [FILE]..." 1.6 #define vi_full_usage \ 1.7 - 1.8 + 1.9 --- busybox-1.10.0/miscutils/Config.in Sat Mar 22 02:31:50 2008 1.10 +++ busybox-1.10.0/miscutils/Config.in Sat Mar 22 02:31:50 2008 1.11 @@ -461,6 +461,12 @@ 1.12 @@ -41,7 +41,7 @@ 1.13 config WATCHDOG 1.14 bool "watchdog" 1.15 default n 1.16 - 1.17 + 1.18 --- busybox-1.10.0/util-linux/Kbuild Sat Mar 22 02:31:53 2008 1.19 +++ busybox-1.10.0/util-linux/Kbuild Sat Mar 22 02:31:53 2008 1.20 @@ -33,3 +33,4 @@ 1.21 @@ -49,7 +49,7 @@ 1.22 lib-$(CONFIG_SWITCH_ROOT) += switch_root.o 1.23 lib-$(CONFIG_UMOUNT) += umount.o 1.24 +lib-$(CONFIG_VCSA2TXT) += vcsa2txt.o 1.25 - 1.26 + 1.27 --- busybox-1.10.0/util-linux/vcsa2txt.c Sat Mar 22 19:40:15 2008 1.28 +++ busybox-1.10.0/util-linux/vcsa2txt.c Sat Mar 22 19:40:15 2008 1.29 @@ -0,0 +1,79 @@