Fixed prototype in cat

This commit is contained in:
Tomas Hruby 2010-03-23 13:36:16 +00:00
parent 8451a86f0a
commit a6957b7847

View File

@ -20,7 +20,7 @@ static char ibuf[CHUNK_SIZE];
static char obuf[CHUNK_SIZE]; static char obuf[CHUNK_SIZE];
static char *op = obuf; static char *op = obuf;
static void copyout(char *file, int fd); static void copyout(const char *file, int fd);
static void output(char *buf, size_t count); static void output(char *buf, size_t count);
static void report(const char *label); static void report(const char *label);
static void fatal(const char *label); static void fatal(const char *label);