BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000745 [BusyBox] Other minor always 02-19-06 15:30 02-28-06 02:16
Reporter rfelker View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version 1.01
Summary 0000745: [PORTABILITY] coreutils/printf.c and cal.c rely on __P for prototypes
Description As far as I can tell this is just legacy cruft someone forgot to delete. The rest of BusyBox does not support pre-ANSI C compilers. If it's desirable to keep this, please add:

#ifndef __P
#define __P(x) x
#endif

or similar so that BusyBox does not rely on the internal macros of glibc which are not meant to be available to applications.
Additional Information
Attached Files

- Relationships

- Notes
(0001147)
vodz
02-28-06 02:16

Ok. See 14362 SVN revision.
 

- Issue History
Date Modified Username Field Change
02-19-06 15:30 rfelker New Issue
02-19-06 15:30 rfelker Status new => assigned
02-19-06 15:30 rfelker Assigned To  => BusyBox
02-28-06 02:16 vodz Note Added: 0001147
02-28-06 02:16 vodz Status assigned => closed
02-28-06 02:16 vodz Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker