mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2025-05-05 00:10:20 +00:00
centos7: remove obsolete workaround
Need for this seems to have gone away https://github.com/warmcat/libwebsockets/issues/2729
This commit is contained in:
parent
d102a080fe
commit
2a5c8913a8
1 changed files with 0 additions and 4 deletions
|
@ -36,10 +36,6 @@
|
|||
#include <linux/netlink.h>
|
||||
#include <linux/rtnetlink.h>
|
||||
|
||||
/* work around CentOS 7 -Wconversion problem */
|
||||
#undef RTA_ALIGNTO
|
||||
#define RTA_ALIGNTO 4U
|
||||
|
||||
//#define lwsl_netlink lwsl_notice
|
||||
#define lwsl_cx_netlink lwsl_cx_info
|
||||
#define lwsl_cx_netlink_debug lwsl_cx_debug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue