Hello,
> > diskio.c: In function `fbcat':
> > diskio.c:324: structure has no member named `_fileno'
Straight from 'PORTING' from the latest Ascii PFiles package:
***
There is also a hack in diskio.c that I don't know how to fix correctly.
In order to save a little disk IO, I'm using the _fileno variable in
struct FILE. I got everything working under freebsd simply by changing
_fileno to something I can't remember, but I think it was file_no. You
can track that down by running gdb on a funciton with a FILE in it, and
typinf print *file (or whatever the file variable is). That's how I
figured out the file descriptor. You may be able to do something similar
in windows (again, consult your documentation).
***
Cheers,
-C.
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/10/01 PDT