]> granicus.if.org Git - strace/commit
xlat/sock_rds_options.in: make it sorted
authorEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 9 May 2018 12:04:43 +0000 (14:04 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 19 May 2018 09:15:27 +0000 (09:15 +0000)
commit2604ea997b31d12358f93e00f656ddd04afd4b25
tree3ebb61cd85ad6efa04988585192a9f360275bad3
parenta94e301a9f202e53c74b504542d6858dd7be84a5
xlat/sock_rds_options.in: make it sorted

Define SO_TIMESTAMP twice, for PA-RISC and all the other architectures.

* xlat/sock_rds_options.in [!__hppa__] (SO_TIMESTAMP): Define to 29.
[__hppa__] (SO_TIMESTAMP): Define to 0x4012.
* net.c (print_sockopt_fd_level_name) <case SOL_RDS>: Use
printxval_search instead of printxval.
net.c
xlat/sock_rds_options.in