Changeset 8973acd in buchla-68k for libcio/fsinit.x


Ignore:
Timestamp:
07/15/2017 03:12:10 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ea232f9
Parents:
7d0d347
Message:

No more warnings in libcio.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/fsinit.x

    r7d0d347 r8973acd  
    2121extern  FILE            Cbuffs[NSTREAMS];
    2222extern  int32_t         Stdbuf[MAXDFILE][BUFSIZL];
    23 extern  int8_t          *Stdbufs;
     23extern  int32_t         *Stdbufs;
    2424extern  int8_t          Wrkbuf[BPSEC];
    2525extern  int16_t         _b_sect;
     
    3737*/
    3838
    39 extern  void            InitCH(struct channel *cp, int8_t rdi, int8_t wri, int8_t ioi, int8_t ski, chclo cfp, io_arg charg);
     39extern  void            InitCH(struct channel *cp, int16_t rdi, int16_t wri, int16_t ioi, int16_t ski, chclo cfp, io_arg charg);
    4040extern  void            InitFS(void);
    41 extern  void            Init_CB(FILE *fp, int8_t flags, int8_t unit, int32_t *bufad, int16_t bufsize);
     41extern  void            Init_CB(FILE *fp, uint8_t flags, int16_t unit, int32_t *bufad, int16_t bufsize);
    4242extern  int16_t         _badfd(void);
    4343extern  int16_t         _noper(void);
    4444
    4545extern  int16_t         _badfc(io_arg arg);
    46 extern  int16_t         _badfio(io_arg arg, int8_t *buff, int16_t len);
     46extern  int16_t         _badfio(io_arg arg, void *buff, int16_t len);
    4747extern  int16_t         _nopc(io_arg arg);
    48 extern  int16_t         _nopo(int8_t *name, int16_t flag, int16_t mode, struct channel *chp, struct devtabl *dp);
     48extern  int16_t         _nopo(int8_t *name, uint16_t flag, struct channel *chp, struct devtabl *dp);
Note: See TracChangeset for help on using the changeset viewer.