diff options
Diffstat (limited to 'sys/dev/usb/umass.c')
-rw-r--r-- | sys/dev/usb/umass.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c index 2ac3fff..47ca646 100644 --- a/sys/dev/usb/umass.c +++ b/sys/dev/usb/umass.c @@ -541,9 +541,9 @@ Static int umass_atapi_transform (struct umass_softc *sc, unsigned char **rcmd, int *rcmdlen); /* RBC specific functions */ -Static int umass_rbc_transform __P((struct umass_softc *sc, +Static int umass_rbc_transform (struct umass_softc *sc, unsigned char *cmd, int cmdlen, - unsigned char **rcmd, int *rcmdlen)); + unsigned char **rcmd, int *rcmdlen); #ifdef UMASS_DEBUG /* General debugging functions */ |