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

    r0292fbb r7258c6a  
    1111#include "stddefs.h"
    1212
    13 extern  int     _seek(struct fcb *fcp);
     13extern  int16_t _seek(struct fcb *fcp);
    1414
    1515/*
     
    1919*/
    2020
    21 int posit(int fd, unsigned pos)
     21int16_t posit(int16_t fd, uint16_t pos)
    2222{
    2323        register struct fcb *fp;
Note: See TracChangeset for help on using the changeset viewer.