Changeset 7258c6a in buchla-68k for libcio/rename.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/rename.c

    r0292fbb r7258c6a  
    66*/
    77
    8 int rename(char *old, char *new)
     8int16_t rename(int8_t *old, int8_t *new)
    99{
    10         char buff[60];
     10        int8_t buff[60];
    1111
    1212        return(-1);             /* return an error for now */
Note: See TracChangeset for help on using the changeset viewer.