From d24370320c83587237ce7018c49f68f5e28d4c18 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sun, 9 Jul 2006 12:00:48 +0200 Subject: Reorder includes, make verbose char instead of short --- inotail.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/inotail.c b/inotail.c index 1a923d3..52f91ae 100644 --- a/inotail.c +++ b/inotail.c @@ -23,14 +23,14 @@ #define _GNU_SOURCE -#include -#include -#include #include #include +#include #include +#include #include -#include +#include +#include #include "inotify.h" #include "inotify-syscalls.h" @@ -42,7 +42,7 @@ #define BUFFER_SIZE 4096 /* Print header with filename before tailing the file? */ -static short verbose = 0; +static char verbose = 0; static void usage(void) { -- cgit v1.2.3-54-g00ecf