Changeset 8973acd in buchla-68k for libcio/close.c


Ignore:
Timestamp:
07/15/2017 03:12:10 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ea232f9
Parents:
7d0d347
Message:

No more warnings in libcio.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/close.c

    r7d0d347 r8973acd  
    8787*/
    8888
    89 int16_t _filecl(struct fcb *fp)
     89int16_t _filecl(io_arg arg)
    9090{
     91        struct fcb *fp;
    9192        register int16_t rc;
     93
     94        fp = (struct fcb *)arg;
    9295
    9396        rc = ClsFile(fp);               /* close the FCB */
Note: See TracChangeset for help on using the changeset viewer.