From 3b4c921404e913d3df3da898400f5b32a6ffc633 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sat, 24 Jan 2009 13:49:30 +0100 Subject: Lost in the merge --- inotail.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/inotail.c b/inotail.c index 9dae0b8..2756dd2 100644 --- a/inotail.c +++ b/inotail.c @@ -38,21 +38,15 @@ #include "inotail.h" #define PROGRAM_NAME "inotail" -/* inotify event buffer length for one file */ -#define INOTIFY_BUFLEN (4 * sizeof(struct inotify_event)) /* Print header with filename before tailing the file? */ static char verbose = 0; - /* Tailing relative to begin or end of file */ static char from_begin = 0; - /* Follow the file by name or by fd */ static enum follow_mode follow = FOLLOW_DESCRIPTOR; - /* Retry accessing the file if it got lost (e.g. deleted, moved) */ static char retry = 0; - /* Number of ignored files */ static int n_ignored = 0; -- cgit v1.2.3-54-g00ecf