1*47507Spendry /*
2*47507Spendry  * $Id: misc-irix.h,v 5.2.1.1 90/10/21 22:30:57 jsp Exp $
3*47507Spendry  *
4*47507Spendry  * Copyright (c) 1990 Jan-Simon Pendry
5*47507Spendry  * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
6*47507Spendry  * Copyright (c) 1990 The Regents of the University of California.
7*47507Spendry  * All rights reserved.
8*47507Spendry  *
9*47507Spendry  * This code is derived from software contributed to Berkeley by
10*47507Spendry  * Jan-Simon Pendry at Imperial College, London.
11*47507Spendry  *
12*47507Spendry  * Redistribution and use in source and binary forms are permitted provided
13*47507Spendry  * that: (1) source distributions retain this entire copyright notice and
14*47507Spendry  * comment, and (2) distributions including binaries display the following
15*47507Spendry  * acknowledgement:  ``This product includes software developed by the
16*47507Spendry  * University of California, Berkeley and its contributors'' in the
17*47507Spendry  * documentation or other materials provided with the distribution and in
18*47507Spendry  * all advertising materials mentioning features or use of this software.
19*47507Spendry  * Neither the name of the University nor the names of its contributors may
20*47507Spendry  * be used to endorse or promote products derived from this software without
21*47507Spendry  * specific prior written permission.
22*47507Spendry  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
23*47507Spendry  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
24*47507Spendry  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
25*47507Spendry  *
26*47507Spendry  *	@(#)misc-irix.h	5.1 (Berkeley) 03/17/91
27*47507Spendry  */
28*47507Spendry 
29*47507Spendry #include <sys/fs/nfs_clnt.h>
30*47507Spendry #include <sys/fsid.h>
31*47507Spendry #include <sys/fstyp.h>
32*47507Spendry 
33*47507Spendry struct ufs_args {
34*47507Spendry 	char *fspec;
35*47507Spendry };
36