> Related to that, I've found a few header files where you must include > a before including b -- essentially 'b' requires definitions in 'a', > but itself does not include 'a'. I'd have to go back to find which > ones specifically (I found them doing some porting of a network > driver). Should such behavior be considered a bug?
If it's a documented header file, yes. For undocumented ones, it's probably also a bug, but I could imagine some exceptions. -- meem _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
