| Anonymous | Login | Signup for a new account | 11-10-2008 10:54 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000599 | [BusyBox] Documentation | major | always | 12-13-05 02:36 | 12-13-05 11:03 | ||||
| Reporter | mloehr | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | duplicate | ||||||
| Status | closed | Product Version | 1.01 | ||||||
| Summary | 0000599: awk patch needed for 64bit systems not in pre1 | ||||||||
| Description |
I had a look into busybox-1.1.0-pre1. As we are working on a 64bit platform, we always have to apply the following patch to get a working awk: diff -ur busybox-1.00-rc3/editors/awk.c busybox-1.00-rc3-/editors/awk.c --- busybox-1.00-rc3/editors/awk.c 2004-07-31 01:52:08.000000000 +0200 +++ busybox-1.00-rc3-/editors/awk.c 2005-01-16 18:53:12.217614216 +0100 @@ -1890,7 +1891,7 @@ int i, l, ll, n; tv = nvalloc(4); - isr = info = op->info; + isr = info = (unsigned int) op->info; op = op->l.n; av[2] = av[3] = NULL; As this small patch does not hurt for the 32bit platforms it would be nice if it could be generally integrated into the code for the final 1.01 version. best regards Michael |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |