mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-11-15 05:55:11 +08:00
9f366536ed
In older distros we need bsd/stdlib.h but newer distro doesn't
need it. Also old distro will need libbsd-devel installed and newer
doesn't. To remove a possible dependency on libbsd-devel replace usage
of reallocarray to realloc.
dcb_app.c: In function ‘dcb_app_table_push’:
dcb_app.c:68:25: warning: implicit declaration of function ‘reallocarray’; did you mean ‘realloc’?
Fixes:
|
||
---|---|---|
.. | ||
.gitignore | ||
dcb_app.c | ||
dcb_buffer.c | ||
dcb_dcbx.c | ||
dcb_ets.c | ||
dcb_maxrate.c | ||
dcb_pfc.c | ||
dcb.c | ||
dcb.h | ||
Makefile |