On Wed, 4 Jan 2023 at 19:09, Khem Raj <[email protected]> wrote: > > +diff --git a/marvell.c b/marvell.c > > +index d3d570e..86f1d46 100644 > > +--- a/marvell.c > > ++++ b/marvell.c > > +@@ -5,6 +5,8 @@ > > + * Stephen Hemminger <[email protected]> > > + */ > > + > > ++#define _GNU_SOURCE > > It is probably better to replace u_int32_t with uint32_t from stdint.h > instead which is more portable than u_int32_t moreover using _GNU_SOURCE > feature macro is also not needed.
Hello Michal, this would be perhaps a better fix than the patch I sent. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#175506): https://lists.openembedded.org/g/openembedded-core/message/175506 Mute This Topic: https://lists.openembedded.org/mt/96047870/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
