diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-05-18 20:34:20 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-05-24 23:08:11 +1000 |
commit | 6c726745a4253f35a5d2e016185ba5624fd40644 (patch) | |
tree | 1ce30d95be81344c8df721687a64c9fa520d6ac8 /source4/ntvfs/sysdep/sys_notify.h | |
parent | 8e1e6b0112c06b8587c0823a62d2103c047f8310 (diff) | |
download | samba-6c726745a4253f35a5d2e016185ba5624fd40644.tar.gz samba-6c726745a4253f35a5d2e016185ba5624fd40644.tar.xz samba-6c726745a4253f35a5d2e016185ba5624fd40644.zip |
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
Diffstat (limited to 'source4/ntvfs/sysdep/sys_notify.h')
-rw-r--r-- | source4/ntvfs/sysdep/sys_notify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/sysdep/sys_notify.h b/source4/ntvfs/sysdep/sys_notify.h index d912a9bdaf..c474d4e6a0 100644 --- a/source4/ntvfs/sysdep/sys_notify.h +++ b/source4/ntvfs/sysdep/sys_notify.h @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "librpc/gen_ndr/notify.h" +#include "librpc/gen_ndr/s4_notify.h" #include "param/share.h" struct sys_notify_context; |