Changeset 30c03a4 in buchla-68k


Ignore:
Timestamp:
07/08/2017 09:48:25 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
b8080f6
Parents:
73dd55f (diff), 6d3de83 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge master.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/fseek.c

    r73dd55f r30c03a4  
    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.