Changeset 6d3de83 in buchla-68k


Ignore:
Timestamp:
07/08/2017 09:48:10 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
06ccda2, 30c03a4
Parents:
6888aa2
Message:

No local function declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/fseek.c

    r6888aa2 r6d3de83  
    1010#include "io.h"
    1111#include "stddefs.h"
     12
     13extern  long    lseek();
    1214
    1315/*
     
    2325{
    2426        register int i, lr;
    25         long curpos, lseek();
     27        long curpos;
    2628
    2729        if (fp->_flags & _DIRTY) {
Note: See TracChangeset for help on using the changeset viewer.