home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / sys5 / r4 / 1086 < prev    next >
Encoding:
Text File  |  1992-12-31  |  1.8 KB  |  53 lines

  1. Newsgroups: comp.unix.sys5.r4
  2. Path: sparky!uunet!gatech!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!mcdchg!mcdphx!udc!qbarnes
  3. From: qbarnes@urbana.mcd.mot.com (Quentin Barnes)
  4. Subject: dead header files?
  5. Message-ID: <1992Dec31.205436.6039@urbana.mcd.mot.com>
  6. Sender: news@urbana.mcd.mot.com (News)
  7. Nntp-Posting-Host: neptune.urbana.mcd.mot.com
  8. Organization: Motorola Computer Group, Urbana Design Center
  9. Date: Thu, 31 Dec 1992 20:54:36 GMT
  10. Lines: 41
  11.  
  12. While cleaning up our SVR4 header files, I ran across three files
  13. that I belive are dead in our source base and probably other SVR4
  14. source bases as well.  I was wondering what they were used for and
  15. if there is any good reason for not just removing them. 
  16.  
  17. stand.h
  18. -------
  19. This file looks like it was used for building stand alone programs.
  20. (Programs that could run without the kernel.)  The only place the
  21. file is referenced in our source base is in the S5 fsck utility
  22. inside a conditional (#ifdef STANDALONE) which is never turned on.
  23.  
  24. stand.h has '#include <sys/inode.h>' which is a file that's never
  25. existed on our R4 systems, so I know no application has ever included
  26. <stand.h>.
  27.  
  28. The file <sys/inode.h> exists on our R4 i386 reference box, but not
  29. ours.  Should this be a dead file for other systems or is this an
  30. error on ours?  I suspect the former.
  31.  
  32. core.h
  33. ------
  34. This is a machine-dependent file which was never really ported to
  35. our R4 environment.  It is not referenced anywhere in our R4 source
  36. base. 
  37.  
  38. This file on our sparc has the comment "from S5R2 1.3".
  39.  
  40. prof.h
  41. ------
  42. This is another very machine-dependent file (asm()s only) which was
  43. never ported to our R4 environment.  It is not referenced anywhere
  44. in our R4 source base. 
  45.  
  46.  
  47. Has anyone run across other known dead files?
  48.  
  49.  
  50. -- 
  51. Quentin Barnes
  52. qbarnes@urbana.mcd.mot.com | ..!uiucuxc!udc!qbarnes
  53.