diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-15 13:41:59 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-15 13:41:59 +0000 |
commit | edfe9feee71856e423ef15538761d8ccae41ee32 (patch) | |
tree | c3397ddffec354c8aa6e7d7f18d67fbdff603b96 /package/busybox/busybox-1.13.3-tail.patch | |
parent | ef8fd64dcba7684c6cbedb49751d9b94daafef75 (diff) | |
download | buildroot-novena-edfe9feee71856e423ef15538761d8ccae41ee32.tar.gz buildroot-novena-edfe9feee71856e423ef15538761d8ccae41ee32.zip |
busybox: bump 1.13.x version
Diffstat (limited to 'package/busybox/busybox-1.13.3-tail.patch')
-rw-r--r-- | package/busybox/busybox-1.13.3-tail.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/busybox/busybox-1.13.3-tail.patch b/package/busybox/busybox-1.13.3-tail.patch deleted file mode 100644 index bd3abc0e5..000000000 --- a/package/busybox/busybox-1.13.3-tail.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urpN busybox-1.13.3/coreutils/tail.c busybox-1.13.3-tail/coreutils/tail.c ---- busybox-1.13.3/coreutils/tail.c 2009-02-26 12:47:02.000000000 +0100 -+++ busybox-1.13.3-tail/coreutils/tail.c 2009-03-27 03:34:57.000000000 +0100 -@@ -104,7 +104,7 @@ int tail_main(int argc, char **argv) - if (argv[1] && (argv[1][0] == '+' || argv[1][0] == '-') - && isdigit(argv[1][1]) - ) { -- count = eat_num(&argv[1][1]); -+ count = eat_num(argv[1]); - argv++; - argc--; - } |