dovecot-1.2: Removed unnecessary APPLE comment.

dovecot at dovecot.org dovecot at dovecot.org
Wed Jan 7 20:46:51 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/f05c50f43793
changeset: 8594:f05c50f43793
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jan 07 13:37:46 2009 -0500
description:
Removed unnecessary APPLE comment.

diffstat:

1 file changed, 1 deletion(-)
src/lib/hash.h |    1 -

diffs (11 lines):

diff -r 3cccf56e802a -r f05c50f43793 src/lib/hash.h
--- a/src/lib/hash.h	Wed Jan 07 13:34:25 2009 -0500
+++ b/src/lib/hash.h	Wed Jan 07 13:37:46 2009 -0500
@@ -12,7 +12,6 @@ typedef int hash_cmp_callback_t(const vo
    table_pool is used to allocate/free large hash tables, node_pool is used
    for smaller allocations and can also be alloconly pool. The pools must not
    be free'd before hash_table_destroy() is called. */
-/* APPLE - renamed from hash_create/hash_destroy to avoid libc conflict */
 struct hash_table *
 hash_table_create(pool_t table_pool, pool_t node_pool, unsigned int initial_size,
 		  hash_callback_t *hash_cb, hash_cmp_callback_t *key_compare_cb);


More information about the dovecot-cvs mailing list