| Anonymous | Login | Signup for a new account | 11-10-2008 11:20 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 | ||||
| 0001526 | [buildroot] Architecture Specific | minor | always | 10-12-07 09:03 | 10-19-07 12:52 | ||||
| Reporter | Leon Bailly | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0001526: lockfile-progs.c fails to compile | ||||||||
| Description |
lockfile-progs.c fails to compile due to non-existing library-call to rindex. Patched with: *** lockfile-progs.c.org 2007-10-10 12:07:56.000000000 +0200 --- lockfile-progs.c 2007-10-10 12:09:22.000000000 +0200 *************** *** 70,76 **** { NULL, 0, NULL, 0 } }; ! char *cmd_name = rindex(argv[0], '/'); int mail_cmd_p = 0; if(cmd_name != NULL) { --- 70,76 ---- { NULL, 0, NULL, 0 } }; ! char *cmd_name = strrchr(argv[0], '/'); int mail_cmd_p = 0; if(cmd_name != NULL) { |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |