get fstype from mount entry
[unix-history] / usr / src / usr.sbin / amd / config / misc-hpux.h
index f5bb6ee..018759a 100644 (file)
@@ -1,17 +1,18 @@
 /*
 /*
- * $Id: misc-hpux.h,v 5.2 90/06/23 22:20:48 jsp Rel $
- *
  * Copyright (c) 1989 Jan-Simon Pendry
  * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
  * Copyright (c) 1989 Jan-Simon Pendry
  * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
- * Copyright (c) 1989 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Jan-Simon Pendry at Imperial College, London.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Jan-Simon Pendry at Imperial College, London.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)misc-hpux.h 5.1 (Berkeley) %G%
+ *     @(#)misc-hpux.h 8.1 (Berkeley) %G%
+ *
+ * $Id: misc-hpux.h,v 5.2.2.1 1992/02/09 15:10:24 jsp beta $
+ *
  */
 
 /*
  */
 
 /*
@@ -34,6 +35,9 @@ struct nfs_args {
        int                     timeo;          /* initial timeout in .1 secs */
        int                     retrans;        /* times to retry send */
        char                    *hostname;      /* server's name */
        int                     timeo;          /* initial timeout in .1 secs */
        int                     retrans;        /* times to retry send */
        char                    *hostname;      /* server's name */
+#ifdef __hp9000s700 /* XXX for HPUX 8.0 */
+       char                    *fsname;        /* server's filesystem name */
+#endif
 };
 
 /*
 };
 
 /*