commit | 6d31c7a6a974472cf32579dbd61554b45a5fbd0e | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu Jan 29 04:42:37 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu Jan 29 05:21:08 2015 +0000 |
tree | 2a003deb6dff902026738f189c99881b48bdc6d8 | |
parent | 02f2f091d58023912ad8814c960cf6c8bc3d0574 [diff] |
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.