Changeset 99cac86 in buchla-68k for libcio/clusmap.c
- Timestamp:
- 07/16/2017 11:27:12 AM (7 years ago)
- Branches:
- master
- Children:
- d60f436
- Parents:
- ea232f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcio/clusmap.c
rea232f9 r99cac86 258 258 chclo arg; 259 259 int16_t ft; 260 int8_t * ds, *fsn, *fse;260 int8_t *fsn, *fse; 261 261 struct fcb *fcp; 262 262 … … 275 275 if (arg EQ _nopc) { 276 276 277 ds = ((struct devtabl *)chantab[fp->_unit].c_arg)->d_name;278 printf(" is a device: [%s]\n", ds);277 printf(" has device kind: [%d]\n", 278 (int16_t)(int32_t)chantab[fp->_unit].c_arg); 279 279 280 280 } else if (arg EQ _filecl) {
Note:
See TracChangeset
for help on using the changeset viewer.