diff options
| author | Eric Andersen <andersen@codepoet.org> | 1999-12-07 23:14:59 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 1999-12-07 23:14:59 +0000 |
| commit | 485b9550fd01eb519fc0d4f4f148af39fe22250e (patch) | |
| tree | 7cf511946e5991ad2fd66734b1a1d2a5045d7c6b /util-linux | |
| parent | d00c2628474b9e6a3fe34c988fe197cf2425ff1a (diff) | |
| download | busybox-w32-485b9550fd01eb519fc0d4f4f148af39fe22250e.tar.gz busybox-w32-485b9550fd01eb519fc0d4f4f148af39fe22250e.tar.bz2 busybox-w32-485b9550fd01eb519fc0d4f4f148af39fe22250e.zip | |
Stuf
Diffstat (limited to 'util-linux')
| -rw-r--r-- | util-linux/umount.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/util-linux/umount.c b/util-linux/umount.c index 522498be7..ab76be4da 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c | |||
| @@ -107,13 +107,6 @@ 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 | } | ||
| 116 | |||
| 117 | if (argc < 2) { | 110 | if (argc < 2) { |
| 118 | usage( umount_usage); | 111 | usage( umount_usage); |
| 119 | } | 112 | } |
