use glibc sys/inotify.h header
commit7dcd1c981ae404acbb288a099d6b02e782c0d6d5
authorAndrew Tridgell <tridge@samba.org>
Thu, 30 Oct 2008 19:30:36 +0000 (30 12:30 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 18 Nov 2008 09:06:45 +0000 (18 10:06 +0100)
tree6dd8a2bd1b28bcee68d30e81e19c092d82415fad
parent124f21c1f1ce1d0f9ed7cdd24680231e0144cddf
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 08fed7b1429fcea9f60b9b0a9048339d21f11ebb)
source/configure.in
source/smbd/notify_inotify.c