use glibc sys/inotify.h header
authorAndrew Tridgell <tridge@samba.org>
Thu, 30 Oct 2008 04:53:46 +0000 (15:53 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 30 Oct 2008 04:53:46 +0000 (15:53 +1100)
commitb1b58a1dcff56665714d7b20c58ab166e26fd512
tree30b6b9001944bc85e93d99296cf3baf7b6781a9f
parent031c5d2753281ac4e8ae2a46f4e1b4bf19d2fa70
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
source4/ntvfs/sysdep/config.m4
source4/ntvfs/sysdep/inotify.c