This commit is contained in:
Eric Andersen
1999-12-07 23:14:59 +00:00
parent d00c262847
commit 485b9550fd
14 changed files with 1029 additions and 34 deletions

View File

@@ -107,13 +107,6 @@ umount_all(int useMtab)
extern int
umount_main(int argc, char** argv)
{
int i=0;
char **foo=argv;
while(*foo) {
fprintf(stderr, "argv[%d]='%s'\n", i++, *foo);
foo++;
}
if (argc < 2) {
usage( umount_usage);
}