From 10ee4d684113b69940e7ff7943b370182d813b2a Mon Sep 17 00:00:00 2001 From: bobijam <bobijam> Date: Thu, 25 Oct 2007 04:36:51 +0000 Subject: [PATCH] Branch b1_6 b=12584 i=johann i=nathan add sub-routine declaration before use it. --- lustre/tests/acl/run | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/acl/run b/lustre/tests/acl/run index 92bf24fc60..cfc8c05863 100755 --- a/lustre/tests/acl/run +++ b/lustre/tests/acl/run @@ -26,6 +26,7 @@ if (isatty(fileno(STDOUT))) { } sub exec_test($$); +sub process_test($$$$); my ($prog, $in, $out) = ([], [], []); my $line_number = 0; -- GitLab