[dovecot-cvs] dovecot/src/auth mycrypt.c,1.3,1.4

cras at dovecot.org cras at dovecot.org
Mon Mar 14 22:22:39 EET 2005


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

Modified Files:
	mycrypt.c 
Log Message:
Remove #define _XPG6 after all. It was used to avoid #error in Solaris 10
pre-release, but now it breaks the compile in 10 final...



Index: mycrypt.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/mycrypt.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mycrypt.c	17 May 2004 13:08:09 -0000	1.3
+++ mycrypt.c	14 Mar 2005 20:22:37 -0000	1.4
@@ -2,7 +2,6 @@
 #define _XOPEN_SOURCE_EXTENDED 1
 #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