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/source3/modules/vfs_commit.c

    r414 r745  
    1818
    1919#include "includes.h"
     20#include "system/filesys.h"
     21#include "smbd/smbd.h"
    2022
    2123/* Commit data module.
     
    8991        result = fsync(fd);
    9092#else
     93        DEBUG(0, ("%s: WARNING: no commit support on this platform\n",
     94                MODULE));
    9195        result = 0
    9296#endif
     
    302306
    303307static struct vfs_fn_pointers vfs_commit_fns = {
    304         .open = commit_open,
     308        .open_fn = commit_open,
    305309        .close_fn = commit_close,
    306310        .write = commit_write,
Note: See TracChangeset for help on using the changeset viewer.