home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / UNIX3862.ZIP / U386-06.ZIP / U386-6.TD0 / usr / include / sys / fsid.h < prev    next >
Encoding:
Text File  |  1988-06-26  |  869 b   |  27 lines

  1. /*    Copyright (c) 1984, 1986, 1987, 1988 AT&T    */
  2. /*      All Rights Reserved      */
  3.  
  4. /*    THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T    */
  5. /*    The copyright notice above does not evidence any       */
  6. /*    actual or intended publication of such source code.    */
  7.  
  8. /*    Copyright (c) 1987, 1988 Microsoft Corporation    */
  9. /*      All Rights Reserved    */
  10.  
  11. /*    This Module contains Proprietary Information of Microsoft  */
  12. /*    Corporation and should be treated as Confidential.       */
  13.  
  14. #ident    "@(#)head.sys:fsid.h    1.4.1.2"
  15.  
  16. /* Fstyp names for use in fsinfo structure. These names */
  17. /* must be constant across releases and will be used by a */
  18. /* user level routine to map fstyp to fstyp index as used */
  19. /* ip->i_fstyp. This is necessary for programs like mount. */
  20.  
  21. #define S51K    "S51K"
  22. #define PROC    "PROC"
  23. #define DUFST    "DUFST"
  24. #define NFS        "NFS"
  25. #define S52K    "S52K"
  26. #define XENIX   "XENIX"
  27.