[svn-r7912] Purpose:

code clean, bug fix

Description:
the attributes of the root group were not being compared
removed compiler warnings on IRIX and solaris

Solution:
added a special function to compare the attributes of the root group

Platforms tested:
linux
IRIX 6.5
solaris 2.7

Misc. update:
This commit is contained in:
Pedro Vicente Nunes
2003-12-04 10:31:05 -05:00
parent e4e37e6d4a
commit 967a04fdec
5 changed files with 542 additions and 9 deletions

View File

@@ -103,7 +103,6 @@ int main(int argc, const char *argv[])
case 'v':
options.verbose = 1;
break;
break;
case 'r':
options.r = 1;
break;