Changeset 5278:b3e0dd3f3141 in roaraudio for roard/driver_dmx.c


Ignore:
Timestamp:
11/21/11 00:42:20 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

last parts of merging _nonblock into _ctl and fixed sizeof(cmd) of _ctls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/driver_dmx.c

    r5242 r5278  
    6666  return -1; 
    6767 
    68  if ( roar_vio_lseek(vio, 0, SEEK_SET) == (off_t)-1 ) 
     68 if ( roar_vio_lseek(vio, 0, SEEK_SET) == (roar_off_t)-1 ) 
    6969  return -1; 
    7070 
     
    7272} 
    7373 
    74 int driver_dmx_ctl(struct roar_vio_calls * vio, int cmd, void * data) { 
     74int driver_dmx_ctl(struct roar_vio_calls * vio, roar_vio_ctl_t cmd, void * data) { 
    7575 
    7676 if ( vio == NULL ) 
Note: See TracChangeset for help on using the changeset viewer.