Return-Path: Delivered-To: apmail-apr-cvs-archive@www.apache.org Received: (qmail 83160 invoked from network); 5 Nov 2003 17:43:42 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Nov 2003 17:43:42 -0000 Received: (qmail 88865 invoked by uid 500); 5 Nov 2003 17:43:13 -0000 Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 88726 invoked by uid 500); 5 Nov 2003 17:43:12 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 88699 invoked from network); 5 Nov 2003 17:43:11 -0000 Date: 5 Nov 2003 17:43:18 -0000 Message-ID: <20031105174318.83026.qmail@minotaur.apache.org> From: ben@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/include apr_random.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ben 2003/11/05 09:43:18 Modified: include apr_random.h Log: Support third-world compilers. Revision Changes Path 1.4 +1 -1 apr/include/apr_random.h Index: apr_random.h =================================================================== RCS file: /home/cvs/apr/include/apr_random.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- apr_random.h 5 Nov 2003 11:59:54 -0000 1.3 +++ apr_random.h 5 Nov 2003 17:43:18 -0000 1.4 @@ -65,7 +65,7 @@ typedef void apr_crypto_hash_finish_t(apr_crypto_hash_t *hash, unsigned char *result); -// FIXME: make this opaque +/* FIXME: make this opaque */ struct apr_crypto_hash_t { apr_crypto_hash_init_t *init; apr_crypto_hash_add_t *add;