Changeset 7258c6a in buchla-68k for libcio/unlink.c


Ignore:
Timestamp:
07/09/2017 04:45:34 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
8618599
Parents:
0292fbb
Message:

Use standard integer types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/unlink.c

    r0292fbb r7258c6a  
    1717#endif
    1818
    19 extern  int     DelFile(struct fcb *fcp);
     19extern  int16_t DelFile(struct fcb *fcp);
    2020
    2121/*
     
    2525*/
    2626
    27 int unlink(char *name)
     27int16_t unlink(int8_t *name)
    2828{
    2929        struct fcb delfcb;
Note: See TracChangeset for help on using the changeset viewer.