prt-auf: fix function signatures

This commit is contained in:
John McQuah 2023-07-19 14:35:15 -04:00
parent d48fcba47b
commit 9e3c7e2c49

View File

@ -686,7 +686,8 @@ sub port_diff { # find differences between the pkgdb and the repo
return $retval if ($dtype ne "sysup");
# proceed with the sysup operation
return up_inst(@outfile);
my @results = up_inst(@outfile);
return $retval, @results;
}
sub deporder { # returns a sorted list of packages required.