1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/ntvfs/sysdep
Andrew Bartlett 6c726745a4 s4:ntvfs rename notify.idl to s4_notify.idl until we can merge this IDL
This IDL is almost common, but the source3 version has a
hand-marshalled server_id.  The s3compat build has problems with two
different idl files of the same name.

Andrew Bartlett
2010-05-24 23:08:11 +10:00
..
config.m4 use glibc sys/inotify.h header 2008-10-30 15:53:46 +11:00
config.mk s4:sys_lease_linux: use tevent 2008-12-29 19:57:00 +01:00
inotify.c s4:sysdep/inotify: use tevent_fd_set_auto_close() 2009-01-03 19:58:52 +01:00
README r14877: added support for the kernel inotify mechanism. This passes basic 2007-10-10 14:00:11 -05:00
sys_lease_linux.c s4:sys_lease_linux: use tevent 2008-12-29 19:57:00 +01:00
sys_lease.c s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
sys_lease.h s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
sys_notify.c s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
sys_notify.h s4:ntvfs rename notify.idl to s4_notify.idl until we can merge this IDL 2010-05-24 23:08:11 +10:00
wscript_build s4-waf: sys_lease depends on talloc 2010-04-06 20:27:14 +10:00
wscript_configure s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them 2010-04-06 20:27:11 +10:00

This directory contains OS depdendent interfaces to facilities that
are only available on a few of our target systems, and require
substantial code to abstract.