From mint-bounce@lists.fishpool.fi Tue Apr 1 16:43:35 2008 X-Virus-Scanned: amavisd-new at demon.co.uk Subject: [MiNT] warning fix for crypt_util.c From: Alan Hourihane To: mint Content-Type: multipart/mixed; boundary="=-CXpHcDcWaRkIF1PKeFzA" Date: Tue, 01 Apr 2008 21:30:27 +0100 Message-Id: <1207081827.25676.54.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: alanh@fairlite.demon.co.uk Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: --=-CXpHcDcWaRkIF1PKeFzA Content-Type: text/plain Content-Transfer-Encoding: 7bit Attached. Alan. --=-CXpHcDcWaRkIF1PKeFzA Content-Disposition: attachment; filename=crypt_util.c.patch Content-Type: text/x-patch; name=crypt_util.c.patch; charset=UTF-8 Content-Transfer-Encoding: 7bit Index: crypt/crypt_util.c =================================================================== RCS file: /mint/mintlib/crypt/crypt_util.c,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 crypt_util.c --- crypt/crypt_util.c 12 Oct 2000 10:56:27 -0000 1.1.1.1 +++ crypt/crypt_util.c 1 Apr 2008 20:28:57 -0000 @@ -907,7 +907,7 @@ { int i,j; unsigned char c; - unsigned char ktab[8]; + char ktab[8]; _ufc_setup_salt_r("..", __data); /* be sure we're initialized */ --=-CXpHcDcWaRkIF1PKeFzA--