svn commit: samba r3985 - in branches/SAMBA_3_0/source/modules: .

jelmer at samba.org jelmer at samba.org
Sat Nov 27 18:57:45 GMT 2004


Author: jelmer
Date: 2004-11-27 18:57:44 +0000 (Sat, 27 Nov 2004)
New Revision: 3985

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=3985

Log:
Fix bug with 64bit fs support

Modified:
   branches/SAMBA_3_0/source/modules/vfs_netatalk.c


Changeset:
Modified: branches/SAMBA_3_0/source/modules/vfs_netatalk.c
===================================================================
--- branches/SAMBA_3_0/source/modules/vfs_netatalk.c	2004-11-27 15:10:57 UTC (rev 3984)
+++ branches/SAMBA_3_0/source/modules/vfs_netatalk.c	2004-11-27 18:57:44 UTC (rev 3985)
@@ -148,7 +148,7 @@
 static void atalk_rrmdir(TALLOC_CTX *ctx, char *path)
 {
 	char *dpath;
-	struct dirent *dent = 0;
+	SMB_STRUCT_DIRENT *dent = 0;
 	DIR *dir;
 
 	if (!path) return;



More information about the samba-cvs mailing list