Changeset 33b5477 in buchla-68k for libcio/fsinit.c


Ignore:
Timestamp:
07/14/2017 12:36:45 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
298f0b4
Parents:
928d5d9
Message:

Fixed argument order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/fsinit.c

    r928d5d9 r33b5477  
    109109*/
    110110
    111 void Init_CB(FILE *fp, int8_t unit, int8_t flags, int32_t *bufad, int16_t bufsize)
     111void Init_CB(FILE *fp, int8_t flags, int8_t unit, int32_t *bufad, int16_t bufsize)
    112112{
    113113        fp->_bp     = (int8_t *)0L;
Note: See TracChangeset for help on using the changeset viewer.