From 9c529cda68c12238ef834d3e71ae6edf5cdc25e9 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sat, 5 Jan 2019 21:14:42 +0000 Subject: [PATCH] xlat: update SCTP_* constants * xlat/sock_sctp_options.in (SCTP_EVENT): New constant introduced by Linux kernel commit v5.0-rc1~129^2~255^2. * NEWS: Mention this. --- NEWS | 2 +- xlat/sock_sctp_options.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f2e1f8c7..19c173d6 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ Noteworthy changes in release ?.?? (????-??-??) * Improvements * Updated lists of BPF_*, BTRFS_*, IFLA_*, KERN_*, KVM_CAP_*, NDA_*, - NETNSA_*, NT_*, PR_*, SECCOMP_*, V4L2_*, and *_MAGIC constants. + NETNSA_*, NT_*, PR_*, SECCOMP_*, SCTP_*, V4L2_*, and *_MAGIC constants. * Bug fixes * Fixed strace-k test on alpha. diff --git a/xlat/sock_sctp_options.in b/xlat/sock_sctp_options.in index db136805..2227ef94 100644 --- a/xlat/sock_sctp_options.in +++ b/xlat/sock_sctp_options.in @@ -63,3 +63,4 @@ SCTP_STREAM_SCHEDULER 123 SCTP_STREAM_SCHEDULER_VALUE 124 SCTP_INTERLEAVING_SUPPORTED 125 SCTP_SENDMSG_CONNECT 126 +SCTP_EVENT 127 -- 2.40.0