use glibc sys/inotify.h header
commit0a81d7d923d9e680ec2117103cb50c9cf0a8ed9f
authorAndrew Tridgell <tridge@samba.org>
Thu, 30 Oct 2008 19:32:06 +0000 (30 12:32 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 9 Dec 2008 10:39:04 +0000 (9 11:39 +0100)
treedff644f905c5b64fdbdab6d4089b9abf752b2e48
parentade088e89b62e76096c9cd8b2f47ce3fd349c754
use glibc sys/inotify.h header

when we first added the inotify code glibc didn't have the inotify
functions yet. Now that it does we can use the official header and
avoid the asm/unistd.h syscall workaround
(cherry picked from commit 09b629e2c42315f8d4dcd0106de9ea840ac28721)
source/configure.in
source/smbd/notify_inotify.c