Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

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  
    108108}
    109109
    110 #ifndef STATIC_sys_lease_MODULES
    111 #define STATIC_sys_lease_MODULES NULL
    112 #endif
    113 
    114110_PUBLIC_ NTSTATUS sys_lease_init(void)
    115111{
    116112        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;
    119115        init_module_fn static_init[] = { STATIC_sys_lease_MODULES };
    120116
  • vendor/current/source4/ntvfs/sysdep/sys_notify.c

    r414 r740  
    2626#include "system/filesys.h"
    2727#include "ntvfs/sysdep/sys_notify.h"
    28 #include "../lib/tevent/tevent.h"
     28#include <tevent.h>
    2929#include "../lib/util/dlinklist.h"
    3030#include "param/param.h"
     
    135135{
    136136        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;
    139139        init_module_fn static_init[] = { STATIC_sys_notify_MODULES };
    140140
  • vendor/current/source4/ntvfs/sysdep/sys_notify.h

    r414 r740  
    1818*/
    1919
    20 #include "librpc/gen_ndr/notify.h"
     20#include "librpc/gen_ndr/s4_notify.h"
    2121#include "param/share.h"
    2222
Note: See TracChangeset for help on using the changeset viewer.