diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-06-08 09:47:47 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-06-08 09:47:47 +0000 |
| commit | a09bee1aa8be18623062550655f14bba07133f46 (patch) | |
| tree | a3964a46558eeb2f6fa023baa9768ccc2385abfe /sys/dev/scd | |
| parent | c2a0fb74102164548de09b207b371b5f9fd77476 (diff) | |
Notes
Diffstat (limited to 'sys/dev/scd')
| -rw-r--r-- | sys/dev/scd/scd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/scd/scd.c b/sys/dev/scd/scd.c index 339ccfd98b489..0494a4935cd61 100644 --- a/sys/dev/scd/scd.c +++ b/sys/dev/scd/scd.c @@ -41,7 +41,7 @@ */ -/* $Id: scd.c,v 1.36 1998/04/15 17:45:48 bde Exp $ */ +/* $Id: scd.c,v 1.37 1998/06/07 17:10:56 dfr Exp $ */ /* Please send any comments to micke@dynas.se */ @@ -125,8 +125,8 @@ static struct scd_data { struct disklabel dlabel; int openflag; struct { - unsigned char adr :4; - unsigned char ctl :4; /* xcdplayer needs this */ + unsigned int adr :4; + unsigned int ctl :4; /* xcdplayer needs this */ unsigned char start_msf[3]; } toc[MAX_TRACKS]; short first_track; |
