summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/includes.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index b42f5e0115..0e8505daec 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -651,12 +651,10 @@ extern int errno;
/*
* Type for wide character dirent structure.
+ * Only d_name is defined by POSIX.
*/
typedef struct smb_wdirent {
- SMB_INO_T d_ino;
- SMB_OFF_T d_off;
- unsigned short d_reclen;
wpstring d_name;
} SMB_STRUCT_WDIRENT;