From e961d4e2d745d6d299a49e2caec14b8e295d2e58 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 26 Jan 2009 21:56:33 +0100 Subject: Change a remaining mode_t to char --- inotail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inotail.c b/inotail.c index 8ff7773..db3e646 100644 --- a/inotail.c +++ b/inotail.c @@ -526,7 +526,7 @@ out: return rc; } -static int tail_file(struct file_struct *f, unsigned long n_units, mode_t mode, char forever) +static int tail_file(struct file_struct *f, unsigned long n_units, char mode, char forever) { ssize_t bytes_read = 0; off_t offset = 0; -- cgit v1.2.3-54-g00ecf