Skip to content

Commit

Permalink
Merge tag 'v4.14.1' into mptcp_v0.94
Browse files Browse the repository at this point in the history
v4.14.1
  • Loading branch information
cpaasch committed Mar 9, 2018
2 parents 8d27554 + 212b522 commit 64fc462
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/SNAPSHOT.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
static const char SNAPSHOT[] = "171112";
static const char SNAPSHOT[] = "171113";
4 changes: 4 additions & 0 deletions ip/xfrm.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
#include <linux/xfrm.h>
#include <linux/ipsec.h>

#ifndef IPPROTO_MH
#define IPPROTO_MH 135
#endif

#define XFRMS_RTA(x) ((struct rtattr*)(((char*)(x)) + NLMSG_ALIGN(sizeof(struct xfrm_usersa_info))))
#define XFRMS_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct xfrm_usersa_info))

Expand Down
1 change: 0 additions & 1 deletion lib/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include <time.h>
#include <sys/time.h>
#include <errno.h>
#include <ctype.h>

#include "rt_names.h"
#include "utils.h"
Expand Down

0 comments on commit 64fc462

Please sign in to comment.