Subject: sbdsp.c
To: None <current-users@netbsd.org>
From: eric richard haszlakiewicz <haszlaki@students.uiuc.edu>
List: current-users
Date: 05/01/1997 18:52:37
	ok.. another error:
cc1: warnings being treated as errors
../../../../dev/isa/sbdsp.c: In function `sb_printsc':
../../../../dev/isa/sbdsp.c:147: warning: too few arguments for format
*** Error code 1
	guess we don't have encoding in there anymore.
fix:
145c145
<       printf("irate %d itc %d imode %d orate %d otc %d omode %d \n",
---
>       printf("irate %d itc %d imode %d orate %d otc %d omode %d encoding %x\n",

eric
haszlaki@uiuc.edu