diff options
| author | Eric Andersen <andersen@codepoet.org> | 1999-12-07 08:37:31 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 1999-12-07 08:37:31 +0000 |
| commit | d00c2628474b9e6a3fe34c988fe197cf2425ff1a (patch) | |
| tree | 960ee0d6353cfae1ff21820f8a2d95f6c2ed08c9 /util-linux | |
| parent | 0ecb54a0f3fece5e42f089036f059973bed8d87e (diff) | |
| download | busybox-w32-d00c2628474b9e6a3fe34c988fe197cf2425ff1a.tar.gz busybox-w32-d00c2628474b9e6a3fe34c988fe197cf2425ff1a.tar.bz2 busybox-w32-d00c2628474b9e6a3fe34c988fe197cf2425ff1a.zip | |
Stuf
Diffstat (limited to 'util-linux')
| -rw-r--r-- | util-linux/umount.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util-linux/umount.c b/util-linux/umount.c index 3bd86814e..522498be7 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c | |||
| @@ -107,6 +107,12 @@ umount_all(int useMtab) | |||
| 107 | extern int | 107 | extern int |
| 108 | umount_main(int argc, char** argv) | 108 | umount_main(int argc, char** argv) |
| 109 | { | 109 | { |
| 110 | int i=0; | ||
| 111 | char **foo=argv; | ||
| 112 | while(*foo) { | ||
| 113 | fprintf(stderr, "argv[%d]='%s'\n", i++, *foo); | ||
| 114 | foo++; | ||
| 115 | } | ||
| 110 | 116 | ||
| 111 | if (argc < 2) { | 117 | if (argc < 2) { |
| 112 | usage( umount_usage); | 118 | usage( umount_usage); |
