From 738a93a4613638e9290b80a1a9a7997d1db8a4e8 Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Thu, 25 May 2017 14:27:54 +0000 Subject: Improve the decoding of the third argument of the socket() call. Decoding of the third argument depends on the first one. For doing this, add a corresponding function to libsysdecode. Thanks to jhb@ for suggesting this. --- lib/libsysdecode/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libsysdecode/Makefile') diff --git a/lib/libsysdecode/Makefile b/lib/libsysdecode/Makefile index 7f4b302d5deb..ddd7c72ade98 100644 --- a/lib/libsysdecode/Makefile +++ b/lib/libsysdecode/Makefile @@ -22,6 +22,7 @@ MAN= sysdecode.3 \ sysdecode_quotactl_cmd.3 \ sysdecode_sigcode.3 \ sysdecode_sockopt_name.3 \ + sysdecode_socket_protocol.3 \ sysdecode_syscallnames.3 \ sysdecode_utrace.3 MLINKS= sysdecode_abi_to_freebsd_errno.3 sysdecode_freebsd_to_abi_errno.3 -- cgit v1.3