]> granicus.if.org Git - strace/commit
net: define all SOL_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 29 Jan 2015 04:42:37 +0000 (04:42 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 29 Jan 2015 05:21:08 +0000 (05:21 +0000)
commit6d31c7a6a974472cf32579dbd61554b45a5fbd0e
tree2a003deb6dff902026738f189c99881b48bdc6d8
parent02f2f091d58023912ad8814c960cf6c8bc3d0574
net: define all SOL_* constants

Ensure that all known SOL_* constants are defined.
Sync the list of known SOL_* constants with linux/socket.h.

* net.c: Provide definitions for all SOL_* constants.
Remove all SOL_* preprocessor conditionals.
(socketlayers): Disconnect from inet_protocols.
* xlat/socketlayers.in: Remove SOL_ICMP, add SOL_ALG and SOL_NFC.
net.c
xlat/socketlayers.in