summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2008-09-21 19:44:16 +0300
committerTobias Klauser <tklauser@sym.(none)>2008-09-23 09:40:40 +0200
commite00a6af8174e4a75391a72a2bdd5090b7df436fb (patch)
treeb56e4f26c8d3b0aa18d1e28d2bb6307c4916f364 /README
parent773a28080cf129b96c760fbcb515ba389c58ccbf (diff)
use sys/inotify.h
Some time ago glibc did not yet have inotify support, which forced several applications (including inotail) to ship their own copy of the required headers. Especially considering that this also requires updating the syscall numbers each time a new architecture wants to get supported it's the best to instead switch to #include <sys/inotify.h> now.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 0 insertions, 4 deletions
diff --git a/README b/README
index 577584e..a4a200a 100644
--- a/README
+++ b/README
@@ -39,8 +39,4 @@ inotail is licensed under the terms of the GNU General Public License version 2
or later. You can find the full text in the file LICENSE in the source tree of
inotail.
-The files inotify.h and inotify-syscalls.h were taken from the source tree of
-the Linux kernel and slightly altered. Both are licensed under the terms of the
-GNU General Public License version 2.
-
-- Tobias Klauser <tklauser@distanz.ch>