home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.21 / text0009.txt < prev    next >
Encoding:
Internet Message Format  |  1990-10-26  |  880 b 

  1. From:  Donn Terry <donn@hpfcrn.fc.hp.com>
  2.  
  3. (More to "is struct utimbuf...")
  4.  
  5. Don Lewine's posting reminded me (I can't remember EVERYTHING) about
  6. the issue of additional fields in structures.  All my comments in my
  7. previous posting stand, but apply primarily to structures that are
  8. filled in (at least initially) by the system.  For ones that are 
  9. sent to the system, created from "nowhere", there is an additional
  10. problem, that of "how can a portable application know to/how to 
  11. initialize additional (vendor-defined) fields?".
  12.  
  13. The solution in the 1990 revision is to prohibit additional fields
  14. for the structures like that.  (A vendor is then required to provide
  15. a new call to set microseconds, or whatever.)
  16.  
  17. It was agreed that this was not the most desireable solution, but it
  18. was the only one that worked.
  19.  
  20. Donn Terry
  21. Same disclaimer.
  22.  
  23.  
  24. Volume-Number: Volume 21, Number 10
  25.  
  26.