Search
lxdream.org :: lxdream/src/bootstrap.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/bootstrap.c
changeset 422:61a0598e07ff
prev167:71c0cc416a64
next437:2c259474b474
author nkeynes
date Tue Oct 09 08:12:29 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix compilation warnings
file annotate diff log raw
1.1 --- a/src/bootstrap.c Mon Jun 19 11:00:42 2006 +0000
1.2 +++ b/src/bootstrap.c Tue Oct 09 08:12:29 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: bootstrap.c,v 1.6 2006-06-19 11:00:40 nkeynes Exp $
1.6 + * $Id: bootstrap.c,v 1.7 2007-10-06 08:59:42 nkeynes Exp $
1.7 *
1.8 * CD Bootstrap header parsing. Mostly for informational purposes.
1.9 *
1.10 @@ -106,7 +106,7 @@
1.11 * @param detail true to include a ful information dump, false for just
1.12 * the facts, maam.
1.13 */
1.14 -void bootstrap_dump( char *data, gboolean detail )
1.15 +void bootstrap_dump( unsigned char *data, gboolean detail )
1.16 {
1.17 struct dc_bootstrap_head *head;
1.18 int i, got, periph, crc, hcrc;
.