Changeset df097bf in buchla-68k for libcio/clusmap.c


Ignore:
Timestamp:
07/01/2017 10:09:33 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
c091ef8
Parents:
9bf0f86
Message:

Code compiles, doesn't link.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/clusmap.c

    r9bf0f86 rdf097bf  
    346346        if (arg EQ _noper) {
    347347
    348                 ds = (struct device *)chantab[fp->_unit].c_arg->d_name;
     348                ds = ((struct devtabl *)chantab[fp->_unit].c_arg)->d_name;
    349349                printf(" is a device:  [%s]\n", ds);
    350350
Note: See TracChangeset for help on using the changeset viewer.