From 270c267e2fad4c1aa730ab9a88fed284340349d2 Mon Sep 17 00:00:00 2001 From: bobijam Date: Thu, 25 Oct 2007 04:37:38 +0000 Subject: [PATCH] Branch HEAD 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 92bf24f..cfc8c05 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; -- 1.8.3.1