Re: [PATCH] if_stmac: fix compilation error (related to crc32_raw move in FreeBSD)

2022-04-23 Thread Joel Sherrill
Looks good. On Sat, Apr 23, 2022, 2:36 AM Karel Gardas wrote: > FreeBSD in 2019 moved crc32 function into separate gsb_crc32.h header > file and probably after libbsd sync with this change if_stmac got broken. > --- > rtemsbsd/sys/dev/stmac/if_stmac.c | 1 + > 1 file changed, 1 insertion(+) > >

[PATCH] if_stmac: fix compilation error (related to crc32_raw move in FreeBSD)

2022-04-23 Thread Karel Gardas
FreeBSD in 2019 moved crc32 function into separate gsb_crc32.h header file and probably after libbsd sync with this change if_stmac got broken. --- rtemsbsd/sys/dev/stmac/if_stmac.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rtemsbsd/sys/dev/stmac/if_stmac.c b/rtemsbsd/sys/dev/stmac/if_s