summaryrefslogtreecommitdiffstats
path: root/commands/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/cat.c')
-rw-r--r--commands/cat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/commands/cat.c b/commands/cat.c
index 37e65050c3..d65a024628 100644
--- a/commands/cat.c
+++ b/commands/cat.c
@@ -35,11 +35,10 @@
#define BUFSIZE 1024
/**
- * @param[in] cmdtp FIXME
* @param[in] argc Argument count from command line
* @param[in] argv List of input arguments
*/
-static int do_cat(struct command *cmdtp, int argc, char *argv[])
+static int do_cat(int argc, char *argv[])
{
int ret;
int fd, i;