Changeset df097bf in buchla-68k for libcio/clusmap.c
- Timestamp:
- 07/01/2017 10:09:33 PM (7 years ago)
- Branches:
- master
- Children:
- c091ef8
- Parents:
- 9bf0f86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcio/clusmap.c
r9bf0f86 rdf097bf 346 346 if (arg EQ _noper) { 347 347 348 ds = ( struct device *)chantab[fp->_unit].c_arg->d_name;348 ds = ((struct devtabl *)chantab[fp->_unit].c_arg)->d_name; 349 349 printf(" is a device: [%s]\n", ds); 350 350
Note:
See TracChangeset
for help on using the changeset viewer.