summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-05-05 16:29:21 -0700
committerJeremy Allison <jra@samba.org>2008-05-05 16:29:21 -0700
commit4c2088b1c5341246d0a80ebd21abe780dd6317ec (patch)
treedb4fdbdc642cf67c80932e85b780d845ac2177a5
parentfbc780b60478bb8b30927beacdf65a9a766b2ca1 (diff)
parent172334815050273efc0a39452f97c81630382174 (diff)
downloadsamba-4c2088b1c5341246d0a80ebd21abe780dd6317ec.tar.gz
samba-4c2088b1c5341246d0a80ebd21abe780dd6317ec.tar.bz2
samba-4c2088b1c5341246d0a80ebd21abe780dd6317ec.zip
Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-test
(This used to be commit bb8f098cdfd902bbb36426df2c4f8532881b3fcd)
-rw-r--r--source3/include/smb.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 47a11f51a0..10af3ff980 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -525,16 +525,6 @@ typedef struct files_struct {
#include "ntquotas.h"
#include "sysquotas.h"
-/*
- * Structure used to keep directory state information around.
- * Used in NT change-notify code.
- */
-
-typedef struct {
- time_t modify_time;
- time_t status_time;
-} dir_status_struct;
-
struct vuid_cache_entry {
uint16 vuid;
bool read_only;