use glibc sys/inotify.h header
authorAndrew Tridgell <tridge@samba.org>
Thu, 30 Oct 2008 19:30:04 +0000 (12:30 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 30 Oct 2008 19:30:04 +0000 (12:30 -0700)
commita9fed0955c5e332120fc6f778065551f7dd7ea86
treec6ec190faa86348260139c03625520e1067b4bec
parent2fce8d83c4f58c9f2214777a3583955682445eff
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
source3/configure.in
source3/smbd/notify_inotify.c