svn commit: samba r8437 - in branches/SAMBA_4_0/source/lib/replace/win32: .

jelmer at samba.org jelmer at samba.org
Wed Jul 13 21:54:34 GMT 2005


Author: jelmer
Date: 2005-07-13 21:54:34 +0000 (Wed, 13 Jul 2005)
New Revision: 8437

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

Log:
Win32 doesn't have u_int*_t

Modified:
   branches/SAMBA_4_0/source/lib/replace/win32/replace.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/win32/replace.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/win32/replace.h	2005-07-13 21:44:56 UTC (rev 8436)
+++ branches/SAMBA_4_0/source/lib/replace/win32/replace.h	2005-07-13 21:54:34 UTC (rev 8437)
@@ -140,4 +140,7 @@
 #undef SE_GROUP_ENABLED_BY_DEFAULT
 #undef SE_GROUP_ENABLED
 
+typedef uint32_t u_int32_t;
+typedef uint16_t u_int16_t;
+
 #endif /* _WIN32_REPLACE_H */



More information about the samba-cvs mailing list