1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-07 20:23:50 +03:00

Added hash-based stat cache code from Ying Chen.

Jeremy.
This commit is contained in:
Jeremy Allison
-
parent e5a3deba46
commit b62a1bd632
9 changed files with 503 additions and 84 deletions

View File

@@ -619,6 +619,7 @@ extern int errno;
#include "../tdb/tdb.h"
#include "talloc.h"
#include "interfaces.h"
#include "hash.h"
#ifdef HAVE_FNMATCH
#include <fnmatch.h>