use glibc sys/inotify.h header
authorAndrew Tridgell <tridge@samba.org>
Thu, 30 Oct 2008 19:32:06 +0000 (12:32 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 30 Oct 2008 19:32:06 +0000 (12:32 -0700)
commit09b629e2c42315f8d4dcd0106de9ea840ac28721
tree80aabc92b69c868e5d4d5b8b2d4a982b43fb7d7c
parent680ec1bb2c2e987a40d9d08a14dab6b2e44152a7
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
source/configure.in
source/smbd/notify_inotify.c