home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 3020 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  988 b 

  1. Path: sparky!uunet!usc!sdd.hp.com!uakari.primate.wisc.edu!ames!agate!agate!appel
  2. From: appel@xcf.Berkeley.EDU (Shannon D. Appel)
  3. Newsgroups: comp.unix.bsd
  4. Subject: 0.1 386BSD's stdio.h
  5. Message-ID: <APPEL.92Jul28004923@soda.xcf.Berkeley.EDU>
  6. Date: 28 Jul 92 05:49:23 GMT
  7. Organization: csua
  8. Lines: 19
  9. NNTP-Posting-Host: soda.berkeley.edu
  10.  
  11. Trying to compile MH for 386BSD 0.1.  Several minor problems, including
  12. one with the FILE structure.  Apparently, MH is quite naughty, and uses
  13. some of the internals of the FILE structure, namely:
  14.  
  15. ptr
  16. base
  17. cnt
  18.  
  19. Now, 386BSD has the internals of the FILE structure set up differently,
  20. and I would most definitely prefer not to have to dig through the source
  21. to figure out what correspondences [mostly because stdio.h files that I've
  22. looked at in places OTHER than 386BSD are poorly documented].
  23.  
  24. Is there anyone who can tell me if there are direct correspondences to
  25. the above internals in the 386BSD stdio.h file, and what they are?
  26.  
  27. Thanks.
  28.  
  29. Shannon
  30.