Changeset 740 for vendor/current/source4/ntvfs/sysdep
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- Location:
- vendor/current/source4/ntvfs/sysdep
- Files:
-
- 2 added
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source4/ntvfs/sysdep/sys_lease.c
r414 r740 108 108 } 109 109 110 #ifndef STATIC_sys_lease_MODULES111 #define STATIC_sys_lease_MODULES NULL112 #endif113 114 110 _PUBLIC_ NTSTATUS sys_lease_init(void) 115 111 { 116 112 static bool initialized = false; 117 extern NTSTATUS sys_lease_linux_init(void);118 113 #define _MODULE_PROTO(init) extern NTSTATUS init(void); 114 STATIC_sys_lease_MODULES_PROTO; 119 115 init_module_fn static_init[] = { STATIC_sys_lease_MODULES }; 120 116 -
vendor/current/source4/ntvfs/sysdep/sys_notify.c
r414 r740 26 26 #include "system/filesys.h" 27 27 #include "ntvfs/sysdep/sys_notify.h" 28 #include "../lib/tevent/tevent.h"28 #include <tevent.h> 29 29 #include "../lib/util/dlinklist.h" 30 30 #include "param/param.h" … … 135 135 { 136 136 static bool initialized = false; 137 extern NTSTATUS sys_notify_inotify_init(void);138 137 #define _MODULE_PROTO(init) extern NTSTATUS init(void); 138 STATIC_sys_notify_MODULES_PROTO; 139 139 init_module_fn static_init[] = { STATIC_sys_notify_MODULES }; 140 140 -
vendor/current/source4/ntvfs/sysdep/sys_notify.h
r414 r740 18 18 */ 19 19 20 #include "librpc/gen_ndr/ notify.h"20 #include "librpc/gen_ndr/s4_notify.h" 21 21 #include "param/share.h" 22 22
Note:
See TracChangeset
for help on using the changeset viewer.