From 5b3096a32fff88cb5f5388402f327da7b3d3dc18 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 22 Dec 1999 18:46:05 +0000 Subject: include/includes.h: Trimmed down unicode directory entry to be POSIX complient. lib/system.c: Trimmed down unicode directory entry to be POSIX complient. lib/util_unistr.c: Added wstrdup(). Jeremy. (This used to be commit ca64f4ab00c6d54022ba9bd4b869523566a242d7) --- source3/include/includes.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source3/include') 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; -- cgit