From: Jonathan Rajotte Date: Mon, 24 Feb 2014 00:50:52 +0000 (-0500) Subject: Comments fix: lttngerr.h -> error.h (./Changelog:754) X-Git-Tag: v2.5.0-rc1~166 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=ad7c9c188f0e6336577ccdc7e6e0aea409a88a9d;ds=sidebyside Comments fix: lttngerr.h -> error.h (./Changelog:754) Signed-off-by: Jonathan Rajotte Signed-off-by: David Goulet --- diff --git a/tests/unit/test_kernel_data.c b/tests/unit/test_kernel_data.c index 16d4f7b39..e2182e926 100644 --- a/tests/unit/test_kernel_data.c +++ b/tests/unit/test_kernel_data.c @@ -35,7 +35,7 @@ /* Number of TAP tests in this file */ #define NUM_TESTS 10 -/* For lttngerr.h */ +/* For error.h */ int lttng_opt_quiet = 1; int lttng_opt_verbose; diff --git a/tests/unit/test_session.c b/tests/unit/test_session.c index 7242edded..a0e84e9ea 100644 --- a/tests/unit/test_session.c +++ b/tests/unit/test_session.c @@ -43,7 +43,7 @@ static struct ltt_session_list *session_list; -/* For lttngerr.h */ +/* For error.h */ int lttng_opt_quiet = 1; int lttng_opt_verbose = 0; diff --git a/tests/unit/test_uri.c b/tests/unit/test_uri.c index ef852c03b..7cac95d98 100644 --- a/tests/unit/test_uri.c +++ b/tests/unit/test_uri.c @@ -22,7 +22,7 @@ #include -/* For lttngerr.h */ +/* For error.h */ int lttng_opt_quiet = 1; int lttng_opt_verbose = 3; diff --git a/tests/unit/test_ust_data.c b/tests/unit/test_ust_data.c index 92f877189..d07e9347d 100644 --- a/tests/unit/test_ust_data.c +++ b/tests/unit/test_ust_data.c @@ -41,7 +41,7 @@ /* Number of TAP tests in this file */ #define NUM_TESTS 10 -/* For lttngerr.h */ +/* For error.h */ int lttng_opt_quiet = 1; int lttng_opt_verbose; diff --git a/tests/unit/test_utils_expand_path.c b/tests/unit/test_utils_expand_path.c index 1e0863fd8..fe709acf5 100644 --- a/tests/unit/test_utils_expand_path.c +++ b/tests/unit/test_utils_expand_path.c @@ -28,7 +28,7 @@ #include -/* For lttngerr.h */ +/* For error.h */ int lttng_opt_quiet = 1; int lttng_opt_verbose = 3; diff --git a/tests/unit/test_utils_parse_size_suffix.c b/tests/unit/test_utils_parse_size_suffix.c index 3b9c68caf..990aa1b84 100644 --- a/tests/unit/test_utils_parse_size_suffix.c +++ b/tests/unit/test_utils_parse_size_suffix.c @@ -23,7 +23,7 @@ #include -/* For lttngerr.h */ +/* For error.h */ int lttng_opt_quiet = 1; int lttng_opt_verbose = 3;