make the definitions consistent with the declarations.

This commit is contained in:
christos 2005-05-30 04:56:13 +00:00
parent 7ceb7d6ff0
commit ebdc03b439
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: usbdi_util.c,v 1.43 2005/04/12 13:10:14 itohy Exp $ */
/* $NetBSD: usbdi_util.c,v 1.44 2005/05/30 04:56:13 christos Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: usbdi_util.c,v 1.43 2005/04/12 13:10:14 itohy Exp $");
__KERNEL_RCSID(0, "$NetBSD: usbdi_util.c,v 1.44 2005/05/30 04:56:13 christos Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -436,7 +436,7 @@ usbd_bulk_transfer_cb(usbd_xfer_handle xfer, usbd_private_handle priv,
usbd_status
usbd_bulk_transfer(usbd_xfer_handle xfer, usbd_pipe_handle pipe,
u_int16_t flags, u_int32_t timeout, void *buf,
u_int32_t *size, char *lbl)
u_int32_t *size, const char *lbl)
{
usbd_status err;
int s, error;
@ -478,7 +478,7 @@ usbd_intr_transfer_cb(usbd_xfer_handle xfer, usbd_private_handle priv,
usbd_status
usbd_intr_transfer(usbd_xfer_handle xfer, usbd_pipe_handle pipe,
u_int16_t flags, u_int32_t timeout, void *buf,
u_int32_t *size, char *lbl)
u_int32_t *size, const char *lbl)
{
usbd_status err;
int s, error;