Changeset 99cac86 in buchla-68k for libcio/fsinit.c


Ignore:
Timestamp:
07/16/2017 11:27:12 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
d60f436
Parents:
ea232f9
Message:

Simplify kind handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/fsinit.c

    rea232f9 r99cac86  
    157157
    158158        for (i = 3; i < MAXCHAN; i++)   /*  3..MAXCHAN-1 - not preassigned */
    159                 InitCH(&chantab[i], 0, 0, 0, 0, _badfc, (io_arg)0L );
     159                InitCH(&chantab[i], 0, 0, 0, 0, _badfc, (io_arg)-1 );
    160160
    161161        _bpbin  = FALSE;        /* BPB isn't in memory */
Note: See TracChangeset for help on using the changeset viewer.