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/cluster
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source4/cluster/cluster.c

    r414 r740  
    2424#include "cluster/cluster_private.h"
    2525#include "librpc/gen_ndr/misc.h"
    26 #include "librpc/gen_ndr/server_id.h"
     26#include "librpc/gen_ndr/server_id4.h"
    2727
    2828static struct cluster_ops *ops;
  • vendor/current/source4/cluster/cluster.h

    r414 r740  
    2222#ifndef __CLUSTER_H__
    2323#define __CLUSTER_H__
     24
     25#include "librpc/gen_ndr/server_id4.h"
    2426
    2527/*
  • vendor/current/source4/cluster/local.c

    r414 r740  
    2323#include "cluster/cluster.h"
    2424#include "cluster/cluster_private.h"
    25 #include "../tdb/include/tdb.h"
    26 #include "tdb_wrap.h"
     25#include <tdb.h>
     26#include "lib/util/tdb_wrap.h"
    2727#include "system/filesys.h"
    2828#include "param/param.h"
    29 #include "librpc/gen_ndr/server_id.h"
     29#include "librpc/gen_ndr/server_id4.h"
    3030
    3131/*
Note: See TracChangeset for help on using the changeset viewer.