Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/lib/util/util_tdb.c

    r429 r745  
    2121
    2222#include "includes.h"
    23 #include "tdb.h"
     23#include <tdb.h>
    2424#include "../lib/util/util_tdb.h"
    2525
     
    134134
    135135/****************************************************************************
    136  Store a int32_t value by an arbitary blob key, return 0 on success, -1 on failure.
     136 Store a int32_t value by an arbitrary blob key, return 0 on success, -1 on failure.
    137137 Input is int32_t in native byte order. Output in tdb is in little-endian.
    138138****************************************************************************/
     
    191191
    192192/****************************************************************************
    193  Store a uint32_t value by an arbitary blob key, return 0 on success, -1 on failure.
     193 Store a uint32_t value by an arbitrary blob key, return 0 on success, -1 on failure.
    194194 Input is uint32_t in native byte order. Output in tdb is in little-endian.
    195195****************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.