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

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