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

    r46d8069 r0580615  
    1111#include "stddefs.h"
    1212
    13 extern  int     _seek();
     13extern  int     _seek(struct fcb *fcp);
    1414
    1515/*
     
    1919*/
    2020
    21 int
    22 posit(fd, pos)
    23 int fd;
    24 unsigned pos;
     21int posit(int fd, unsigned pos)
    2522{
    2623        register struct fcb *fp;
Note: See TracChangeset for help on using the changeset viewer.