summaryrefslogtreecommitdiff
path: root/device/subrs.c
diff options
context:
space:
mode:
Diffstat (limited to 'device/subrs.c')
-rw-r--r--device/subrs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/device/subrs.c b/device/subrs.c
index 0a7d690..7e6e30d 100644
--- a/device/subrs.c
+++ b/device/subrs.c
@@ -41,8 +41,8 @@
* Print out disk name and block number for hard disk errors.
*/
void harderr(ior, cp)
- io_req_t ior;
- char * cp;
+ const io_req_t ior;
+ const char * cp;
{
printf("%s%d%c: hard error sn%d ",
cp,
@@ -56,7 +56,7 @@ void harderr(ior, cp)
*/
char *
ether_sprintf(ap)
- u_char *ap;
+ const u_char *ap;
{
int i;
static char etherbuf[18];