From 2e4a74cecfb83d368b7b97c290f2b9d357dc9d72 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sun, 25 Jan 2009 16:12:59 +0100 Subject: Update copyright --- inotail.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inotail.h') diff --git a/inotail.h b/inotail.h index 3d6c232..c733943 100644 --- a/inotail.h +++ b/inotail.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2007, Tobias Klauser + * Copyright (C) 2005-2009, Tobias Klauser * * Licensed under the terms of the GNU General Public License; version 2 or later. */ @@ -21,7 +21,7 @@ enum tail_mode { M_LINES, M_BYTES }; /* Every tailed file is represented as a file_struct */ struct file_struct { char *name; /* Name of file (or '-' for stdin) */ - int fd; /* File descriptor (or -1 if file is not open */ + int fd; /* File descriptor (or -1 if file is not open) */ off_t size; /* File size */ blksize_t blksize; /* Blocksize for filesystem I/O */ unsigned ignore; /* Whether to ignore the file in further processing */ -- cgit v1.2.3-54-g00ecf