home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / mntent / README < prev    next >
Encoding:
Text File  |  1992-06-10  |  622 b   |  14 lines

  1. H.J.,
  2.  
  3. Here is some new stuff for the next library release.  statfs.c and 
  4. fstatfs.c contain stubs for the new system calls implemented with Linus' 
  5. latest patch.  mntent.c contains BSD4.3 style mount entry routines.  I 
  6. chose the BSD4.3 style because it could all be done in library code,
  7. looked easy enough to do and the new system calls were also BSD4.3 style.
  8. I'm not sure if everything is absolutely correct (especially addmntent), 
  9. but it works well enough for GNU df and find.  mntent.h is the mount 
  10. entry header file and goes in /usr/include.  mntent.1 is the SunOS manual
  11. page for the mount entry stuff.
  12.  
  13. -David
  14.