[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
- Previous message: [dovecot-cvs] dovecot/src/lib-mail message-address.c,1.10,1.11
- Next message: [dovecot-cvs]
dovecot/src/lib-index mail-index-sync-private.h, 1.23,
1.24 mail-index-sync.c, 1.51, 1.52 mail-index-view-sync.c,
1.37, 1.38 mail-index.h, 1.143, 1.144 mail-transaction-util.c,
1.23, 1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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"
- Previous message: [dovecot-cvs] dovecot/src/lib-mail message-address.c,1.10,1.11
- Next message: [dovecot-cvs]
dovecot/src/lib-index mail-index-sync-private.h, 1.23,
1.24 mail-index-sync.c, 1.51, 1.52 mail-index-view-sync.c,
1.37, 1.38 mail-index.h, 1.143, 1.144 mail-transaction-util.c,
1.23, 1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list