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

    r39a696b rb28a12e  
    66*/
    77
    8 #define _FS_DEF_        /* define so that stdio.h and io.h get things right */
    9 
    10 #include "all.h"
    11 
    12 extern  int16_t _bpbin, _dirin, _fatin, _dirmod, _fatmod;
    13 
    14 int16_t _badfd(void);
    15 int16_t _noper(void);
     8#include "ram.h"
    169
    1710int8_t  *Stdbufs;                       /* buffer chain pointer */
Note: See TracChangeset for help on using the changeset viewer.