use glibc sys/inotify.h header
authorAndrew Tridgell <tridge@samba.org>
Thu, 30 Oct 2008 19:32:06 +0000 (12:32 -0700)
committerMichael Adam <obnox@samba.org>
Tue, 16 Dec 2008 15:05:45 +0000 (16:05 +0100)
commit42b104cea13673c30a1dde676fc4a7ce1a81f44d
treea5d05d9e0348cd03e4fb09c218f327276a524096
parent33b724007e5f0d55baced1469518d43414940bc7
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