]> granicus.if.org Git - strace/commitdiff
xlat: add SOL_CAN_* to socketlayers
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 15 Oct 2018 15:32:01 +0000 (17:32 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 26 Dec 2018 01:59:38 +0000 (01:59 +0000)
* xlat/socketlayers.in (SOL_CAN_BASE): New constant, introduced by Linux
commit v2.6.25-rc1~1162^2~1414.
(SOL_CAN_RAW): New constant, introduced by Linux commit
v2.6.25-rc1~1162^2~1413.
* NEWS: Mention this.

Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
NEWS
xlat/socketlayers.in

diff --git a/NEWS b/NEWS
index 4c9784ef6a2256c3ae8a81fe693a3b62991b2a11..81eef8f91b80c05b484f8bc669abc0055d18e48b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,7 +23,7 @@ Noteworthy changes in release ?.?? (????-??-??)
   * Enhanced decoding of getsockopt SO_ERROR option.
   * Enhanced error diagnostics when the first exec fails.
   * Added %net as a short form of %network in syscall specifications.
-  * Updated the list of FAN_* constants.
+  * Updated lists of FAN_* and SOL_* constants.
   * Enhanced manual page.
 
 * Bug fixes
index 0ff09d89b84494553a11f79f47dfae12763b8513..fd44dd19ac5e5a698d0724a861bba988acd6d400 100644 (file)
@@ -7,6 +7,8 @@ SOL_TCP         6
 SOL_UDP                17
 SOL_IPV6       41
 SOL_ICMPV6     58
+SOL_CAN_BASE   100
+SOL_CAN_RAW    101
 SOL_SCTP       132
 SOL_UDPLITE    136
 SOL_RAW                255