From e00a6af8174e4a75391a72a2bdd5090b7df436fb Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sun, 21 Sep 2008 19:44:16 +0300 Subject: 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 now. --- README | 4 ---- 1 file changed, 4 deletions(-) (limited to 'README') 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 -- cgit v1.2.3-54-g00ecf