Changeset 7ecfb7b in buchla-68k for libcio/rename.c


Ignore:
Timestamp:
07/14/2017 09:11:47 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
aa021e2
Parents:
4810254
Message:

Unused variables and parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/rename.c

    r4810254 r7ecfb7b  
    1010int16_t rename(int8_t *old, int8_t *new)
    1111{
    12         int8_t buff[60];
     12        (void)old;
     13        (void)new;
    1314
    1415        return(-1);             /* return an error for now */
Note: See TracChangeset for help on using the changeset viewer.