Well, this workaround does work:
sed -i '/Include our own copy of struct
sysinfo/{NNNNNNNNNNNNNNNNNN;d}' ./include/libbb.hBut of course, it would be better to surround sysinfo struct def with #ifndef and/or, if it is so important to keep libbb's one definition, to #undef it. _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
