summaryrefslogtreecommitdiff
path: root/src/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cat.c')
-rw-r--r--src/cat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cat.c b/src/cat.c
index 0899cb79f..62789d60e 100644
--- a/src/cat.c
+++ b/src/cat.c
@@ -486,10 +486,10 @@ main (int argc, char **argv)
int argind;
/* Device number of the output (file or whatever). */
- int out_dev;
+ dev_t out_dev;
/* I-node number of the output. */
- int out_ino;
+ ino_t out_ino;
/* Nonzero if the output file should not be the same as any input file. */
int check_redirection = 1;