[svn] GnuPG - r5406 - trunk/common

svn author wk cvs at cvs.gnupg.org
Thu Aug 26 11:28:11 CEST 2010


Author: wk
Date: 2010-08-26 11:28:11 +0200 (Thu, 26 Aug 2010)
New Revision: 5406

Modified:
   trunk/common/estream.c
Log:
Fix for W32.


Modified: trunk/common/estream.c
===================================================================
--- trunk/common/estream.c	2010-08-26 08:47:42 UTC (rev 5405)
+++ trunk/common/estream.c	2010-08-26 09:28:11 UTC (rev 5406)
@@ -121,6 +121,8 @@
 # define S_IROTH S_IRUSR
 # define S_IWGRP S_IWUSR
 # define S_IWOTH S_IWUSR
+# define S_IXGRP S_IXUSR
+# define S_IXOTH S_IXUSR
 #endif
 
 





More information about the Gnupg-commits mailing list