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


Ignore:
Timestamp:
07/10/2017 02:17:49 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
06f6615
Parents:
39a696b
Message:

Zero redundant declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/readrn.c

    r39a696b rb28a12e  
    1616#define DEBUGIT         0
    1717
    18 #include "all.h"
    19 
    20 #if     DEBUGIT
    21 extern  short   fsdebug;
    22 #endif
    23 
    24 #if     TBUFFER
    25 extern  int32_t _secrd(int8_t *buf, int16_t rec);
    26 #endif
    27 
    28 extern  int32_t _berrno;
    29 extern  int16_t _seek(struct fcb *fcp);
    30 
    31 /*
    32 
    33 */
     18#include "ram.h"
    3419
    3520/*
Note: See TracChangeset for help on using the changeset viewer.