mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-30 17:06:54 +08:00
Apparently 'free' is defined as a macro which takes two arguments and calls rtems_bsdnet_free. When fixing #2405 I added a missing 'free' but didn't notice it was non-standard. Closes #2410.