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


Ignore:
Timestamp:
07/11/2017 05:11:50 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
7af8be4
Parents:
4aa78b2
Message:

Prototypes for I/O dispatch pointers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/clusmap.c

    r4aa78b2 r4a17aeb  
    289289void FILEpr(FILE *fp)
    290290{
    291         int16_t (*arg)(), ft;
     291        chclo arg;
     292        int16_t ft;
    292293        int8_t  *ds, *fsn, *fse;
    293294        struct  fcb     *fcp;
     
    305306        ft = 0;
    306307
    307         if (arg EQ _noper) {
     308        if (arg EQ _nopc) {
    308309
    309310                ds = ((struct devtabl *)chantab[fp->_unit].c_arg)->d_name;
Note: See TracChangeset for help on using the changeset viewer.