Changeset 0580615 in buchla-68k for libcio/readrn.c


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/readrn.c

    r46d8069 r0580615  
    2727
    2828#if     TBUFFER
    29 extern  long    _secrd();
     29extern  long    _secrd(char *buf, short rec);
    3030#endif
    3131
    3232extern  long    _berrno;
    33 extern  int     _seek();
     33extern  int     _seek(struct fcb *fcp);
    3434
    3535/*
     
    4444*/
    4545
    46 int
    47 ReadRN(fcp, buf)
    48 struct fcb *fcp;
    49 char *buf;
     46int ReadRN(struct fcb *fcp, char *buf)
    5047{
    5148        int     sv;             /* seek return code */
Note: See TracChangeset for help on using the changeset viewer.