Changeset 8973acd in buchla-68k for libcio/conin.x


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/conin.x

    r7d0d347 r8973acd  
    1717
    1818extern  int16_t         _CBused;
    19 extern  int8_t          _ConBuf[258];
     19extern  uint8_t         _ConBuf[258];
    2020
    2121/*
     
    2525*/
    2626
    27 extern  int16_t         _conin(io_arg arg, int8_t *buff, int16_t len);
     27extern  int16_t         _conin(io_arg arg, void *buff, int16_t len);
Note: See TracChangeset for help on using the changeset viewer.