svn commit: samba r9536 - in branches/SAMBA_3_0/source/lib: .

jra at samba.org jra at samba.org
Tue Aug 23 19:05:41 GMT 2005


Author: jra
Date: 2005-08-23 19:05:39 +0000 (Tue, 23 Aug 2005)
New Revision: 9536

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

Log:
Fix one more DIR -> SMB_STRUCT_DIR typo.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/lib/util.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/util.c
===================================================================
--- branches/SAMBA_3_0/source/lib/util.c	2005-08-23 19:04:10 UTC (rev 9535)
+++ branches/SAMBA_3_0/source/lib/util.c	2005-08-23 19:05:39 UTC (rev 9536)
@@ -1618,7 +1618,7 @@
   A readdir wrapper which just returns the file name.
  ********************************************************************/
 
-const char *readdirname(DIR *p)
+const char *readdirname(SMB_STRUCT_DIR *p)
 {
 	SMB_STRUCT_DIRENT *ptr;
 	char *dname;



More information about the samba-cvs mailing list