Changeset 124 for branches/samba-3.0/source/smbd/notify_inotify.c
- Timestamp:
- Mar 12, 2008, 9:08:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/smbd/notify_inotify.c
r39 r124 31 31 #endif 32 32 33 #ifndef HAVE_INOTIFY_INIT 34 33 35 #include <linux/inotify.h> 34 36 #include <asm/unistd.h> 35 37 36 #ifndef HAVE_INOTIFY_INIT 38 37 39 /* 38 40 glibc doesn't define these functions yet (as of March 2006) … … 52 54 return syscall(__NR_inotify_rm_watch, fd, wd); 53 55 } 56 #else 57 58 #include <sys/inotify.h> 59 54 60 #endif 55 61
Note:
See TracChangeset
for help on using the changeset viewer.