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
0000209 [BusyBox] Standards Compliance tweak always 04-05-05 13:36 04-15-05 21:17
Reporter bernhardf View Status public  
Assigned To BusyBox
Priority normal Resolution open  
Status closed   Product Version
Summary 0000209: struct initializer
Description struct named {
    named_field: init,
};
appear to be depraced by now; rather use C{99} format as in
struct named {
    .named_field = init,
};

Seems to Work Here (tm). Please review and apply.
Additional Information
Attached Files  busybox.struct-init.01.diff [^] (941 bytes) 04-05-05 13:36

- Relationships

- Notes
(0000150)
vapier
04-15-05 21:17

done deal, added to svn, thanks :)
 

- Issue History
Date Modified Username Field Change
04-05-05 13:36 bernhardf New Issue
04-05-05 13:36 bernhardf File Added: busybox.struct-init.01.diff
04-15-05 21:17 vapier Status assigned => closed
04-15-05 21:17 vapier Note Added: 0000150


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker