2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

netlink: Remove handmade rtnl macros/definitions

All we need is (should be) in rtnetlink.h

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2012-08-02 07:24:29 +04:00
parent b7b5bfdd28
commit cffe1ea172
5 changed files with 4 additions and 58 deletions

View File

@@ -1,6 +1,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <linux/netlink.h>
#include <linux/rtnetlink.h>
#include <unistd.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>