[dovecot-cvs] dovecot/src/auth mycrypt.c,1.6,1.7

cras at dovecot.org cras at dovecot.org
Tue May 10 17:35:23 EEST 2005


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv3390

Modified Files:
	mycrypt.c 
Log Message:
No, #define _XPG6 was after all pre-Solaris10 hack...



Index: mycrypt.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/mycrypt.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mycrypt.c	8 May 2005 17:42:04 -0000	1.6
+++ mycrypt.c	10 May 2005 14:35:21 -0000	1.7
@@ -2,7 +2,6 @@
 #define _XOPEN_SOURCE_EXTENDED 1 /* 1 needed for AIX */
 #define _XOPEN_VERSION 4
 #define _XPG4_2
-#define _XPG6 /* for Solaris 10 to avoid #error in feature_tests.h */
 #include <unistd.h>
 
 #include "mycrypt.h"



More information about the dovecot-cvs mailing list