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


Ignore:
Timestamp:
07/16/2017 12:10:45 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
1c4f9be
Parents:
0c06bc5
Message:

Minor cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/fsinit.c

    r0c06bc5 rf261cc8  
    6969*/
    7070
    71 int16_t _nopo(int8_t *name, uint16_t flag, struct channel *chp, struct devtabl *dp)
     71int16_t _nopo(int8_t *name, uint16_t flags, struct channel *chp, struct devtabl *dp)
    7272{
    7373        (void)name;
    74         (void)flag;
     74        (void)flags;
    7575        (void)chp;
    7676        (void)dp;
Note: See TracChangeset for help on using the changeset viewer.