wok-current rev 3909
linux: typo in patchfile
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 16 21:26:47 2009 +0200 (2009-08-16) |
parents | efa4647a631c |
children | 85c6a353fee0 |
files | linux/stuff/linux-unlzma-2.6.30.4.u |
line diff
1.1 --- a/linux/stuff/linux-unlzma-2.6.30.4.u Sun Aug 16 20:44:30 2009 +0200 1.2 +++ b/linux/stuff/linux-unlzma-2.6.30.4.u Sun Aug 16 21:26:47 2009 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 } 1.5 1.6 -static int __init flush_buffer(void *bufv, unsigned len) 1.7 -#define flush_buffer cpio_flush_buffer 1.8 ++#define flush_buffer cpio_flush_buffer 1.9 +int __init flush_buffer(void *bufv, unsigned len) 1.10 { 1.11 char *buf = (char *) bufv;