home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!sdd.hp.com!uakari.primate.wisc.edu!ames!agate!agate!appel
- From: appel@xcf.Berkeley.EDU (Shannon D. Appel)
- Newsgroups: comp.unix.bsd
- Subject: 0.1 386BSD's stdio.h
- Message-ID: <APPEL.92Jul28004923@soda.xcf.Berkeley.EDU>
- Date: 28 Jul 92 05:49:23 GMT
- Organization: csua
- Lines: 19
- NNTP-Posting-Host: soda.berkeley.edu
-
- Trying to compile MH for 386BSD 0.1. Several minor problems, including
- one with the FILE structure. Apparently, MH is quite naughty, and uses
- some of the internals of the FILE structure, namely:
-
- ptr
- base
- cnt
-
- Now, 386BSD has the internals of the FILE structure set up differently,
- and I would most definitely prefer not to have to dig through the source
- to figure out what correspondences [mostly because stdio.h files that I've
- looked at in places OTHER than 386BSD are poorly documented].
-
- Is there anyone who can tell me if there are direct correspondences to
- the above internals in the 386BSD stdio.h file, and what they are?
-
- Thanks.
-
- Shannon
-