Whamcloud - gitweb
Branch HEAD
authorbobijam <bobijam>
Thu, 25 Oct 2007 04:37:38 +0000 (04:37 +0000)
committerbobijam <bobijam>
Thu, 25 Oct 2007 04:37:38 +0000 (04:37 +0000)
b=12584
i=johann
i=nathan

add sub-routine declaration before use it.

lustre/tests/acl/run

index 92bf24f..cfc8c05 100755 (executable)
@@ -26,6 +26,7 @@ if (isatty(fileno(STDOUT))) {
 }
 
 sub exec_test($$);
+sub process_test($$$$);
 
 my ($prog, $in, $out) = ([], [], []);
 my $line_number = 0;