Dmitry V. Levin
074c630705
* tests/msg_control-v.c (VERBOSE_MSGHDR): Remove. (VERBOSE): Define to 1. * tests/msg_control.c (print_fds, print_ip_opts): Check VERBOSE instead of VERBOSE_MSGHDR.
4 lines
97 B
C
4 lines
97 B
C
/* This file is part of msg_control-v strace test. */
|
|
#define VERBOSE 1
|
|
#include "msg_control.c"
|