Changeset 0580615 in buchla-68k for libcio/writern.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/writern.c

    r46d8069 r0580615  
    2323
    2424extern  long    _berrno;
    25 extern  int     _seek();
     25extern  int     _seek(struct fcb *fcp);
    2626
    2727#if DEBUGIT
     
    3030
    3131#if     TBUFFER
    32 extern  long    _secwr();               /* update buffer function */
     32extern  long    _secwr(char *buf, short rec);
    3333#endif
    3434
     
    4444*/
    4545
    46 int
    47 WriteRN(fcp, buf)
    48 struct fcb *fcp;
    49 char *buf;
     46int WriteRN(struct fcb *fcp, char *buf)
    5047{
    5148        int     sv;             /* seek return code */
Note: See TracChangeset for help on using the changeset viewer.